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

Bruno Pagani archange at archlinux.org
Thu May 2 19:34:43 UTC 2019


    Date: Thursday, May 2, 2019 @ 19:34:42
  Author: archange
Revision: 457806

upgpkg: python-netcdf4-openmpi 1.5.1.1-1

Modified:
  python-netcdf4-openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-02 19:30:21 UTC (rev 457805)
+++ PKGBUILD	2019-05-02 19:34:42 UTC (rev 457806)
@@ -4,15 +4,15 @@
 _mpi=openmpi
 pkgbase=python-${_pkg,,}-${_mpi}
 pkgname=("python-${_pkg,,}-${_mpi}" "python2-${_pkg,,}-${_mpi}")
-pkgver=1.5.0.1
+pkgver=1.5.1.1
 pkgrel=1
 pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
-arch=('x86_64')
+arch=(x86_64)
 url="https://unidata.github.io/${_pkg,,}-python"
-license=('MIT')
-makedepends=('cython' 'python-setuptools' 'cython2' 'python2-setuptools' 'python-numpy' 'python-cftime' 'python-mpi4py' 'python2-numpy' 'python2-cftime' 'python2-mpi4py' "netcdf-${_mpi}")
+license=(MIT)
+makedepends=(cython python-setuptools cython2 python2-setuptools python-numpy python-cftime python-mpi4py python2-numpy python2-cftime python2-mpi4py "netcdf-${_mpi}")
 source=("https://files.pythonhosted.org/packages/source/n/${_pkg}/${_pkg}-${pkgver}.tar.gz")
-sha256sums=('db24f7ca724e791574774b2a1e323ce0dfb544957fc6fbdb5d4c368f382b2de9')
+sha256sums=('5bb39f3ed1ae0cd69e64a1e585529291557629194c54356b0756e77537705738')
 
 prepare() {
     cp -a ${_pkg}-${pkgver}{,-py2}
@@ -35,9 +35,9 @@
 }
 
 package_python-netcdf4-openmpi() {
-    depends=('python-numpy' 'python-cftime' 'python-mpi4py' "netcdf-${_mpi}")
-    conflicts=('python-netcdf4')
-    provides=('python-netcdf4')
+    depends=(python-numpy python-cftime python-mpi4py "netcdf-${_mpi}")
+    conflicts=(python-netcdf4)
+    provides=(python-netcdf4)
 
     cd ${_pkg}-${pkgver}
     USE_NCCONFIG=1 python setup.py install --root="${pkgdir}" --skip-build --optimize=2
@@ -47,9 +47,9 @@
 }
 
 package_python2-netcdf4-openmpi() {
-    depends=('python2-numpy' 'python2-cftime' 'python2-mpi4py' "netcdf-${_mpi}")
-    conflicts=('python2-netcdf4')
-    provides=('python2-netcdf4')
+    depends=(python2-numpy python2-cftime python2-mpi4py "netcdf-${_mpi}")
+    conflicts=(python2-netcdf4)
+    provides=(python2-netcdf4)
 
     cd ${_pkg}-${pkgver}-py2
     USE_NCCONFIG=1 python2 setup.py install --root="${pkgdir}" --skip-build --optimize=2



More information about the arch-commits mailing list