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

Bruno Pagani archange at archlinux.org
Sun Mar 17 11:46:12 UTC 2019


    Date: Sunday, March 17, 2019 @ 11:46:11
  Author: archange
Revision: 442354

upgpkg: python-netcdf4 1.4.3.2-1

Modified:
  python-netcdf4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 10:50:00 UTC (rev 442353)
+++ PKGBUILD	2019-03-17 11:46:11 UTC (rev 442354)
@@ -6,7 +6,7 @@
 _pkg=netCDF4
 pkgbase=python-${_pkg,,}
 pkgname=("python-${_pkg,,}" "python2-${_pkg,,}")
-pkgver=1.4.2
+pkgver=1.4.3.2
 pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 license=('MIT')
 makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 'python-numpy' 'python-cftime' 'python2-numpy' 'python2-cftime' 'netcdf')
 source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz")
-sha256sums=('b934af350459cf9041bcdf5472e2aa56ed7321c018d918e9f325ec9a1f9d1a30')
+sha256sums=('5ae0ea8658a83c4c62a76af5a764aad3b4608d7376f07deb143d00817901da9a')
 
 prepare() {
     cp -a ${_pkg}-${pkgver}{,-py2}
@@ -30,10 +30,10 @@
 
 check() {
     cd ${_pkg}-${pkgver}/test
-    PYTHONPATH="../build/lib.linux-${CARCH}-3.7" python -B ./run_all.py || warning "Tests failed" # DAP HTTP access failing
+    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 || warning "Tests failed" # DAP HTTP access failing
+    PYTHONPATH="../build/lib.linux-${CARCH}-2.7" python2 -B ./run_all.py
 }
 
 package_python-netcdf4() {



More information about the arch-commits mailing list