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

Bruno Pagani archange at archlinux.org
Tue Dec 22 19:48:19 UTC 2020


    Date: Tuesday, December 22, 2020 @ 19:48:18
  Author: archange
Revision: 782856

upgpkg: python-netcdf4 1.5.5.1-1

Modified:
  python-netcdf4/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-22 19:46:17 UTC (rev 782855)
+++ PKGBUILD	2020-12-22 19:48:18 UTC (rev 782856)
@@ -5,8 +5,8 @@
 
 _pkg=netCDF4
 pkgname=python-${_pkg,,}
-pkgver=1.5.4
-pkgrel=3
+pkgver=1.5.5.1
+pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library"
 arch=(x86_64)
 url="https://unidata.github.io/netcdf4-python"
@@ -14,7 +14,7 @@
 depends=(python-numpy python-cftime netcdf)
 makedepends=(cython python-setuptools)
 source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('941de6f3623b6474ecb4d043be5990690f7af4cf0d593b31be912627fe5aad03')
+sha256sums=('d957e55a667d1fc651ddef22fea10ded0f142b7d9dbbf4d08c0012d32f445abd')
 
 build() {
     cd ${_pkg}-${pkgver}
@@ -23,7 +23,8 @@
 
 check() {
     cd ${_pkg}-${pkgver}/test
-    PYTHONPATH="../build/lib.linux-${CARCH}-3.9" python -B ./run_all.py
+    local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+    PYTHONPATH="../build/lib.linux-${CARCH}-${python_version}" python -B ./run_all.py
 }
 
 package() {
@@ -31,5 +32,6 @@
     USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=2
 
     install -Dm644 docs/netCDF4/* -t "${pkgdir}"/usr/share/doc/${pkgname}/docs/netCDF4
-    install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+#   https://github.com/Unidata/netcdf4-python/pull/1060
+#    install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
 }



More information about the arch-commits mailing list