Date: Friday, May 12, 2023 @ 23:00:43
Author: arojas
Revision: 1460146
upgpkg: python-geopandas 0.13.0-1: Update to 0.13.0
Modified:
python-geopandas/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-12 22:40:02 UTC (rev 1460145)
+++ PKGBUILD 2023-05-12 23:00:43 UTC (rev 1460146)
@@ -2,8 +2,8 @@
_pkg=geopandas
pkgname=python-${_pkg}
-pkgver=0.12.2
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
pkgdesc="Python tools for geographic data"
arch=(any)
url="https://geopandas.org"
@@ -51,7 +51,7 @@
# 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=('e6d8a35bc5150f067aafd8ec76ba488983c6b02e508914734dafdb233964cb27')
+sha256sums=('3af84664162865c317e2cf86e47ca8abef5bf3b7a1c9be5af92ed8ee65e11bcb')
build() {
cd ${_pkg}-${pkgver}
@@ -60,7 +60,8 @@
check() {
cd ${_pkg}-${pkgver}
- PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes
+# failures due to pygeos https://github.com/geopandas/geopandas/pull/2689
+ PYTHONPATH="${PWD}"/build/lib/ pytest -vv --color=yes -k 'not
test_fillna_scalar and not test_repr_linearring'
}
package() {