Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16638
| Path | csiph.com!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Alexander Kjäll <alexander.kjall@gmail.com> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: packaging rfc3161-client |
| Date | Thu, 26 Dec 2024 16:40:01 +0100 |
| Message-ID | <JXY7T-2V0L-7@gated-at.bofh.it> (permalink) |
| References | <JXXvb-2TiU-13@gated-at.bofh.it> |
| X-Original-To | Simon Josefsson <simon@josefsson.org> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Thu Dec 26 15:30:35 2024 |
| Old-Return-Path | <alexander.kjall@gmail.com> |
| X-Amavis-Spam-Status | No, score=-5.199 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=2, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -5.5 |
| X-Forwarded-Encrypted | i=1; AJvYcCUsy9JHnpee+y0GNQFEjiByq7ruFbtfA8fETsYJ4NAA2R3FmiBWXsfFvOeSwOTDRk2W1aZnFYMW247E2Mpt@lists.debian.org |
| X-Gm-Message-State | AOJu0Yxv27ykQGUsjLM196lGIeoFyHMAUMGPMkkAEiFL+78X08AVYqGX QY4pY7Vc15S5nSIPHezs3jCZ+SdVzZbIGEoDdXtYpb1MdjQAPXI4MxRYsWcVJ6rEYypV9+bsNNn a2plRMEdmEDmuu+/j/tRGW4KRW2aB+A== |
| X-Gm-Gg | ASbGnct54lXNQV8iZ7Af84qPxvoNvwHszYLs5OR3O9DkfFtsBX8WURKwIIxG6wHz1xi yqaYzAWNQt63tPQUpAgiMzT8GU/0hmLtpZAw= |
| X-Google-SMTP-Source | AGHT+IHrHEbxHCqthp1lw1KAFv+Pj7o2nxKA8yvNWSlXQJpLllKMvjue6Ta5zp69PlmMILfjmxukV/QZDaHnRJzh5Mw= |
| X-Received | by 2002:a05:651c:545:b0:2ff:56a6:2992 with SMTP id 38308e7fff4ca-304685dfd23mr79122001fa.37.1735225610198; Thu, 26 Dec 2024 07:06:50 -0800 (PST) |
| MIME-Version | 1.0 |
| Content-Type | multipart/alternative; boundary="00000000000019e6c4062a2db215" |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/22733 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/CAOuTi9WFyfqYuz7K6W2Vb+AyHSOBkUFJ0SqX5tdBSYw2MCnSVg@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 131 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | debian-rust@lists.debian.org, debian-python@lists.debian.org |
| X-Original-Date | Thu, 26 Dec 2024 16:06:41 +0100 |
| X-Original-Message-ID | <CAOuTi9WFyfqYuz7K6W2Vb+AyHSOBkUFJ0SqX5tdBSYw2MCnSVg@mail.gmail.com> |
| X-Original-References | <87msgitrxw.fsf@kaka.sjd.se> |
| Xref | csiph.com linux.debian.maint.python:16638 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi As long as the Rust crates are published on crates.io then I think it would be easiest to package them in the rust team :) On Thu, Dec 26, 2024, 15:55 Simon Josefsson <simon@josefsson.org> wrote: > Hi Rust & Python teams, > > I would like to package: > > https://github.com/trailofbits/rfc3161-client > > It is a Python library that ships with and needs a Rust crate to work, > the separation is best explained by upstream: > > It is composed of three subprojects: > > 🦀 tsp-asn1: A Rust crate using rust-asn1 to create the types used by > the Time-Stamp protocol. This crate depends on rust-asn1 and > cryptography to minimize the amount of duplicated code. While it is > usable as a standalone crate, this is not officially supported. Drop > us a message if you are interested in using it. > > 🦀 rfc3161-client: Another Rust crate that provides Python bindings > to the tsp-asn1 crate using PyO3. > > 🐍 rfc3161-client A Python library using the crate above to provide a > usable API to create Timestamp Request and read Timestamp Response. > > Are there similar projects that are packaged in Debian that I look at > for inspiration? > > Any thoughts on if this be split up into two separate Debian source > packages, one maintained by the rust team following their policies and > ship the crates - and one source package maintained by the python team > following their policies that ship the library and depend on the rust > packages -- or just one source package with a more complicated > maintainership and build process? > > I have started python-like packaging here: > > https://salsa.debian.org/python-team/packages/python-rfc3161-client/ > > However it lacks the Rust part. Would someone who knows Rust want to > join me working on this package? I'm still learning Python packaging so > I hope to help on that, but I haven't done any Rust packaging at all... > forks, merge requests, commits etc appreciated. > > /Simon >
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
packaging rfc3161-client Simon Josefsson <simon@josefsson.org> - 2024-12-26 16:00 +0100
Re: packaging rfc3161-client weepingclown <weepingclown@disroot.org> - 2024-12-26 16:20 +0100
Re: packaging rfc3161-client Alexander Kjäll <alexander.kjall@gmail.com> - 2024-12-26 16:40 +0100
Re: packaging rfc3161-client Simon Josefsson <simon@josefsson.org> - 2024-12-26 16:40 +0100
Re: packaging rfc3161-client Simon Josefsson <simon@josefsson.org> - 2025-08-26 15:00 +0200
Re: packaging rfc3161-client Alexander Kjäll <alexander.kjall@gmail.com> - 2025-08-26 15:40 +0200
Re: packaging rfc3161-client Louis-Philippe Véronneau <pollo@debian.org> - 2025-08-26 17:20 +0200
Re: packaging rfc3161-client Jelmer Vernooij <jelmer@jelmer.uk> - 2024-12-26 16:40 +0100
csiph-web