Bug 1788804
| Summary: | python-cartopy to EPEL8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | adam winberg <adam.winberg> |
| Component: | python-cartopy | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | adam.winberg, code, dbranchini, josdekloe, orion, python-sig, quantum.analyst |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1741567 | ||
| Bug Blocks: | |||
|
Description
adam winberg
2020-01-08 07:10:35 UTC
I have no interest in maintaining EPEL packages, so you will have to do it yourself, or find an EPEL maintainer to do it. Still have lots of missing deps: DEBUG util.py:596: No matching package to install: 'gdal-python3 >= 1.10.0' DEBUG util.py:596: No matching package to install: 'natural-earth-map-data-110m' DEBUG util.py:596: No matching package to install: 'natural-earth-map-data-50m' DEBUG util.py:596: No matching package to install: 'python3-OWSLib >= 0.8.11' DEBUG util.py:596: No matching package to install: 'python3-pykdtree >= 1.2.2' DEBUG util.py:596: No matching package to install: 'python3-pyshp >= 1.1.4' DEBUG util.py:596: No matching package to install: 'python3-shapely >= 1.5.6' This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle. Changing version to 32. This message is a reminder that Fedora 32 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 32 on 2021-05-25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '32'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 32 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Maybe better luck in getting a build for EPEL9, if there is anyone out there willing to maintain? I'm not using it myself, only requesting on behalf of others. A quick dependency check for EPEL9: > $ git status > On branch rawhide > […] > $ fedpkg --release epel9 mockbuild > […] > No matching package to install: 'natural-earth-map-data-110m' > No matching package to install: 'natural-earth-map-data-50m' Ok, I tried manually rebuilding natural-earth-map-data for EPEL9 locally using the rawhide branch. This package has no open EPEL9 request, but is also maintained by Elliott Sales de Andrade, so (per https://bugzilla.redhat.com/show_bug.cgi?id=1788804#c1) it would need to be picked up in EPEL by the packager that volunteers to work on cartopy in EPEL9. > $ $ mock -r epel-9-x86_64 --clean && mock -r epel-9-x86_64 -i ~/fedora/other/natural-earth-map-data/results_natural-earth-map-data/5.1.2/2.el9/natural-earth-map-data-{50,110}m-5.1.2-2.el9.noarch.rpm && fedpkg --release epel9 mockbuild --no-clean > […] > No matching package to install: 'python3dist(matplotlib) >= 3.1' > No matching package to install: 'python3dist(owslib) >= 0.18' > […] > No matching package to install: 'python3dist(pyproj) >= 3' > No matching package to install: 'python3dist(pytest-mpl) >= 0.11' That gives an idea of what will need to be branched and built in EPEL9 for this to be possible. Both matplotlib and pyproj have some nontrivial dependencies of their own. “default” dependencies: - matplotlib is bug 2041315 - pyproj is bug 2099676 “ows” extra dependencies: - owslib is my package; it has no open EPEL9 request. It was blocked on pyproj in EPEL9, but that was very recently removed as a core dependency upstream. It looks like it is still missing python3dist(ipykernel), python3dist(nbconvert), and python3dist(nbsphinx), but that can be worked around by dropping the Sphinx-generated PDF documentation, so I will go ahead and branch it for EPEL9. “tests” dependencies: - pytest-mpl has no open EPEL9 request, but is also maintained by Elliott Sales de Andrade, so (per https://bugzilla.redhat.com/show_bug.cgi?id=1788804#c1) it would need to be picked up in EPEL by the packager that volunteers to work on cartopy in EPEL9; it presumably requires matplotlib |