Bug 1788804 - python-cartopy to EPEL8
Summary: python-cartopy to EPEL8
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python-cartopy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1741567
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-08 07:10 UTC by adam winberg
Modified: 2022-12-05 06:54 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description adam winberg 2020-01-08 07:10:35 UTC
python-basemap, which is in EPEL7, is deprecated and replaced by cartopy as I understand it. Can python-cartopy be branched to EPEL8?

Comment 1 Elliott Sales de Andrade 2020-01-28 18:37:26 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.

Comment 2 Orion Poplawski 2020-01-31 01:13:53 UTC
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'

Comment 3 Ben Cotton 2020-02-11 17:21:46 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle.
Changing version to 32.

Comment 4 Fedora Program Management 2021-04-29 16:01:40 UTC
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.

Comment 5 adam winberg 2022-06-22 08:37:43 UTC
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.

Comment 6 Ben Beasley 2022-11-16 13:08:44 UTC
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


Note You need to log in before you can comment on or make changes to this bug.