[arch-commits] Commit in python-netcdf4/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jul 8 17:12:25 UTC 2018
Date: Sunday, July 8, 2018 @ 17:12:25
Author: felixonmars
Revision: 355118
upgpkg: python-netcdf4 1.4.0-3
Python 3.7 rebuild
Modified:
python-netcdf4/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-08 17:11:16 UTC (rev 355117)
+++ PKGBUILD 2018-07-08 17:12:25 UTC (rev 355118)
@@ -7,7 +7,7 @@
pkgbase=python-${_pkg,,}
pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
pkgver=1.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python/NumPy interface to the netCDF C library"
arch=('x86_64')
url="https://unidata.github.io/${_pkg,,}-python"
@@ -35,7 +35,7 @@
check() {
cd ${_pkg}-${pkgver}/test
- PYTHONPATH="../build/lib.linux-${CARCH}-3.6" python -B ./run_all.py
+ PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py
cd ../../${_pkg}-${pkgver}-py2/test
PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
More information about the arch-commits
mailing list