[arch-commits] Commit in python-fiona/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 14:59:47 UTC 2022


    Date: Sunday, March 20, 2022 @ 14:59:47
  Author: archange
Revision: 1163792

upgpkg: python-fiona 1.8.21-1

Modified:
  python-fiona/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 14:54:18 UTC (rev 1163791)
+++ PKGBUILD	2022-03-20 14:59:47 UTC (rev 1163792)
@@ -2,8 +2,8 @@
 
 _pkg=Fiona
 pkgname=python-${_pkg,,}
-pkgver=1.8.20
-pkgrel=6
+pkgver=1.8.21
+pkgrel=1
 pkgdesc="Read and write geographic data files"
 arch=(x86_64)
 url="https://github.com/Toblerity/Fiona"
@@ -25,10 +25,8 @@
 makedepends=(cython python-setuptools)
 checkdepends=(python-pytest python-boto3 python-pytz python-shapely)
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-# need sources generated with newer cython than the one used in pypi sources
-# https://github.com/Toblerity/Fiona/issues/1043
-source=(https://github.com/Toblerity/Fiona/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9db20c25cd5657e12cf2b60bdd33954064ca31b7048b605885d34b390f898018')
+source=(https://github.com/Toblerity/Fiona/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('55d1b99cb4310e663c529db5f583d81dd1090d35adad5be235a3f9cdf6611d8a')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -39,8 +37,8 @@
   cd ${_pkg}-${pkgver}
   mv fiona{,.bak} # Avoid non-working local import
   local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-  # Currently they are 67 failing tests but no time to investigate
-  PYTHONPATH="${PWD}"/build/lib.linux-${CARCH}-${python_version}/ pytest -m "not wheel" || echo "Warning: failed tests"
+  # Currently they are 66 failing tests but no time to investigate
+  PYTHONPATH="${PWD}"/build/lib.linux-${CARCH}-${python_version}/ pytest -vv --color=yes -m "not wheel" || echo "Warning: failed tests"
   mv fiona{.bak,}
 }
 



More information about the arch-commits mailing list