[arch-commits] Commit in python-fiona/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Wed Dec 1 16:51:58 UTC 2021
Date: Wednesday, December 1, 2021 @ 16:51:57
Author: foutrelis
Revision: 1060618
Fix build with --nocheck
Modified:
python-fiona/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 16:51:43 UTC (rev 1060617)
+++ PKGBUILD 2021-12-01 16:51:57 UTC (rev 1060618)
@@ -38,11 +38,11 @@
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"
+ mv fiona{.bak,}
}
package() {
cd ${_pkg}-${pkgver}
- mv fiona{.bak,}
python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
}
More information about the arch-commits
mailing list