Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-geopandas
Commits:
f017038e by Antonio Rojas at 2024-04-12T22:24:09+02:00
upgpkg: 0.14.3-2: Drop deprecated pygeos dependency
- - - - -
541137d8 by Antonio Rojas at 2024-04-12T22:26:54+02:00
upgpkg: 0.14.3-3: Drop deprecated pygeos dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = python-geopandas
pkgdesc = Python tools for geographic data
pkgver = 0.14.3
- pkgrel = 2
+ pkgrel = 3
url = https://geopandas.org
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-fsspec
- checkdepends = python-pygeos
checkdepends = python-pyogrio
checkdepends = python-rtree
checkdepends = python-matplotlib
@@ -27,7 +26,6 @@ pkgbase = python-geopandas
depends = python-pandas
depends = python-pyproj
depends = python-shapely
- optdepends = python-pygeos: alternative backend
optdepends = python-pyogrio: vectorized IO for GDAL/OGR
optdepends = python-rtree: spatial access methods
optdepends = python-psycopg2: PostGIS access
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkg=geopandas
pkgname=python-${_pkg}
pkgver=0.14.3
-pkgrel=2
+pkgrel=3
pkgdesc="Python tools for geographic data"
arch=(any)
url="https://geopandas.org"
@@ -18,7 +18,6 @@ depends=(
python-shapely
)
optdepends=(
- 'python-pygeos: alternative backend'
'python-pyogrio: vectorized IO for GDAL/OGR'
'python-rtree: spatial access methods'
'python-psycopg2: PostGIS access'
@@ -31,7 +30,6 @@ makedepends=(python-setuptools)
checkdepends=(
python-pytest
python-fsspec
- python-pygeos
python-pyogrio
python-rtree
python-matplotlib
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/compare/936c0c0488cf3e9e4a9f36b416a62c287a6b289a...541137d8b45ebe6149de83f94434acffd334888a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/compare/936c0c0488cf3e9e4a9f36b416a62c287a6b289a...541137d8b45ebe6149de83f94434acffd334888a
You're receiving this email because of your account on gitlab.archlinux.org.