Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-geopandas


Commits:
9595a42e by Antonio Rojas at 2023-12-13T20:45:04+01:00
upgpkg: 0.14.1-1: Update to 0.14.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,40 @@
+pkgbase = python-geopandas
+       pkgdesc = Python tools for geographic data
+       pkgver = 0.14.1
+       pkgrel = 1
+       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
+       checkdepends = python-scipy
+       checkdepends = python-geopy
+       checkdepends = python-sqlalchemy
+       checkdepends = python-psycopg2
+       checkdepends = libspatialite
+       checkdepends = python-pyarrow
+       checkdepends = postgis
+       checkdepends = ghostscript
+       makedepends = python-setuptools
+       depends = gdal
+       depends = python-fiona
+       depends = python-numpy
+       depends = python-packaging
+       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
+       optdepends = python-sqlalchemy: other geodatabase access
+       optdepends = python-geopy: geocoding
+       optdepends = python-matplotlib: plotting
+       source = 
https://github.com/geopandas/geopandas/archive/refs/tags/v0.14.1/python-geopandas-0.14.1.tar.gz
+       sha256sums = 
7269fdee9c585c5dd96bd96a2235d0520a9e34189a014ee54e9dc4e926da3c03
+
+pkgname = python-geopandas


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 _pkg=geopandas
 pkgname=python-${_pkg}
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="Python tools for geographic data"
 arch=(any)
@@ -51,7 +51,7 @@ checkdepends=(
 # No tests data in Pypi
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
source=(https://github.com/geopandas/geopandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1bc5a727d4a8453645c05b7fcdf1f7aaa3d2ef655d9d18642a1adef880880e44')
+sha256sums=('7269fdee9c585c5dd96bd96a2235d0520a9e34189a014ee54e9dc4e926da3c03')
 
 build() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/commit/9595a42e29ab1da9091209872eef0b51554670e6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/commit/9595a42e29ab1da9091209872eef0b51554670e6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to