Hi.

I'm working on packaging new version of Juyter Notebook and Lab into Fedora and I have a problem with one Rust/Python package - y-py.

The problem is that when I'm building python-y-py in COPR https://copr.fedorainfracloud.org/coprs/lbalhar/notebook/builds/ I'm getting

error: no matching package named `lib0` found

It seems to be obvious but the situation is more complex. y-py upstream uses maturin as a build backend which is not available in Fedora yet so I had to add some metadata manually to port it to setuptools-rust, see the specfile: https://download.copr.fedorainfracloud.org/results/lbalhar/notebook/fedora-rawhide-x86_64/05201544-python-y-py/python-y-py.spec

The dependency it complains about (rust-lib0) is not yet available in Fedora but it is available in the COPR and as you can see in the build log, it is also installed: https://download.copr.fedorainfracloud.org/results/lbalhar/notebook/fedora-rawhide-x86_64/05201544-python-y-py/builder-live.log.gz

I've tried to play around with the Cargo.toml config and I've removed the versions from the requirements but I have no idea how to fix this problem. Might be the rust-lib0 package broken?

Also, if you are interested, I have these three new rust packages waiting for review:

rust-lib0 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2153697
rust-atomic_refcell https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2153699
rust-yrs https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2153703

Thanks for any help.

Lumír
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to