mbox series

[bug#50812,v4,0/5] Add python-geopandas

Message ID 20210928063444.466158-1-felgru@posteo.net
Headers show
Series Add python-geopandas | expand

Message

Felix Gruber Sept. 28, 2021, 6:34 a.m. UTC
This version of the patchset updates the proj package to 7.2.1 instead
of adding a new proj.7 package. I've confirmed that all but two of the
packages given by `guix refresh -l proj` still build. The two failing
packages are python-hyperkitty and itk-snap which both already failed to
build before the update of proj.

There is a newer version 8.1.1 of proj, but that would break quite a lot
of dependent packages as it does not contain the deprecated proj_api.h
anymore. So for now proj 7.2.1 is the latest version of proj to which we
can update.

Felix Gruber (5):
  gnu: proj: Update to 7.2.1.
  gnu: Add python-pyproj.
  gnu: Add python-cligj.
  gnu: Add python-fiona.
  gnu: Add python-geopandas.

 gnu/packages/geo.scm        | 167 +++++++++++++++++++++++++++++++++---
 gnu/packages/python-xyz.scm |  26 ++++++
 2 files changed, 182 insertions(+), 11 deletions(-)

Comments

Ludovic Courtès Oct. 12, 2021, 4:13 p.m. UTC | #1
Hi,

Felix Gruber <felgru@posteo.net> skribis:

> This version of the patchset updates the proj package to 7.2.1 instead
> of adding a new proj.7 package. I've confirmed that all but two of the
> packages given by `guix refresh -l proj` still build. The two failing
> packages are python-hyperkitty and itk-snap which both already failed to
> build before the update of proj.
>
> There is a newer version 8.1.1 of proj, but that would break quite a lot
> of dependent packages as it does not contain the deprecated proj_api.h
> anymore. So for now proj 7.2.1 is the latest version of proj to which we
> can update.

Sounds good.

> Felix Gruber (5):
>   gnu: proj: Update to 7.2.1.
>   gnu: Add python-pyproj.
>   gnu: Add python-cligj.
>   gnu: Add python-fiona.
>   gnu: Add python-geopandas.

Applied, thanks!

Ludo’.