Re: Advice on packaging Python with Rust dependency

2022-11-04 Thread Fabio Valentini
On Thu, Nov 3, 2022 at 9:21 AM Ondrej Pohorelsky wrote: > > I'm not really sure why upstream did this. > I'll take a look and submit a patch to upstream. Thanks for pointing it out. It looks like you were able to resolve this upstream, thanks for that!

Re: Advice on packaging Python with Rust dependency

2022-11-03 Thread Ondrej Pohorelsky
I'm not really sure why upstream did this. I'll take a look and submit a patch to upstream. Thanks for pointing it out. On Wed, Nov 2, 2022 at 9:31 PM Fabio Valentini wrote: > On Wed, Nov 2, 2022 at 12:42 PM Ondrej Pohorelsky > wrote: > > > > The missing dependency is pkg-version[0]. It seems

Re: Advice on packaging Python with Rust dependency

2022-11-02 Thread Fabio Valentini
On Wed, Nov 2, 2022 at 12:42 PM Ondrej Pohorelsky wrote: > > The missing dependency is pkg-version[0]. It seems like its only outside > dependency is already packaged[1] in Fedora. > > It would be great if you could package it. If not, I'll look into it. > > >

Re: Advice on packaging Python with Rust dependency

2022-11-02 Thread Ondrej Pohorelsky
The missing dependency is pkg-version[0]. It seems like its only outside dependency is already packaged[1] in Fedora. It would be great if you could package it. If not, I'll look into it. [0]https://docs.rs/pkg-version/latest/pkg_version/index.html

Re: Advice on packaging Python with Rust dependency

2022-11-02 Thread Richard W.M. Jones
On Wed, Nov 02, 2022 at 10:48:27AM +0100, Ondrej Pohorelsky wrote: > Thanks, that did the trick! > > The only problem is, that one of the other dependencies which I haven't caught > before is not packaged in Fedora. > So I guess there is no other way than vendor all dependencies or package the >

Re: Advice on packaging Python with Rust dependency

2022-11-02 Thread Fabio Valentini
On Wed, Nov 2, 2022 at 11:11 AM Miro Hrončok wrote: > > On 02. 11. 22 10:48, Ondrej Pohorelsky wrote: > > Thanks, that did the trick! I concur. With setuptools_rust, you're pretty much already set up, just look at whatever python-cryptography is doing. Sadly the other popular build tool for

Re: Advice on packaging Python with Rust dependency

2022-11-02 Thread Miro Hrončok
On 02. 11. 22 10:48, Ondrej Pohorelsky wrote: Thanks, that did the trick! The only problem is, that one of the other dependencies which I haven't caught before is not packaged in Fedora. So I guess there is no other way than vendor all dependencies or package the missing dependency myself.

Re: Advice on packaging Python with Rust dependency

2022-11-02 Thread Ondrej Pohorelsky
Thanks, that did the trick! The only problem is, that one of the other dependencies which I haven't caught before is not packaged in Fedora. So I guess there is no other way than vendor all dependencies or package the missing dependency myself. On Tue, Nov 1, 2022 at 2:41 PM Miro Hrončok wrote:

Re: Advice on packaging Python with Rust dependency

2022-11-01 Thread Miro Hrončok
On 01. 11. 22 14:01, Ondrej Pohorelsky wrote: Hi, I'm a package maintainer of Breezy [0] in Fedora. Recently in the newest version (3.3.0), which I'm trying to update to, upstream started requiring python-setuptools-rust as a BuildRequire, because they are shipping rio-py package [1]. This is

Advice on packaging Python with Rust dependency

2022-11-01 Thread Ondrej Pohorelsky
Hi, I'm a package maintainer of Breezy [0] in Fedora. Recently in the newest version (3.3.0), which I'm trying to update to, upstream started requiring python-setuptools-rust as a BuildRequire, because they are shipping rio-py package [1]. This is a simple rust input output library, which