Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-fiona
Commits:
76477692 by Antonio Rojas at 2025-05-18T12:49:04+02:00
upgpkg: 1.10.1-2: gdal 3.11 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-fiona
pkgdesc = Read and write geographic data files
pkgver = 1.10.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Toblerity/Fiona
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkg=Fiona
pkgname=python-${_pkg,,}
pkgver=1.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="Read and write geographic data files"
arch=(x86_64)
url="https://github.com/Toblerity/Fiona"
@@ -35,6 +35,7 @@
sha256sums=('308e12c33d34141c2ff2ba94ebcc7c9226f5d17882a5b51ef064f0283d67dc88')
prepare() {
sed -i '/oldest-supported-numpy/d' ${_pkg}-${pkgver}/pyproject.toml
+ sed -i 's|\~=|>=|' ${_pkg}-${pkgver}/pyproject.toml # Fix build with cython
3.1
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fiona/-/commit/7647769221bd7bdc6dba249ce56f60076bd9e971
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fiona/-/commit/7647769221bd7bdc6dba249ce56f60076bd9e971
You're receiving this email because of your account on gitlab.archlinux.org.