[arch-commits] Commit in python-netcdf4-openmpi/repos/community-x86_64 (2 files)

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 16:05:31 UTC 2022


    Date: Sunday, March 20, 2022 @ 16:05:30
  Author: archange
Revision: 1163897

archrelease: copy trunk to community-x86_64

Added:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD
    (from rev 1163896, python-netcdf4-openmpi/trunk/PKGBUILD)
Deleted:
  python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 16:05:05 UTC (rev 1163896)
+++ PKGBUILD	2022-03-20 16:05:30 UTC (rev 1163897)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=netCDF4
-_mpi=openmpi
-pkgname=python-${_pkg,,}-${_mpi}
-pkgver=1.5.7
-pkgrel=4
-pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
-arch=(x86_64)
-url="https://unidata.github.io/${_pkg,,}-python"
-license=(MIT)
-depends=(python-numpy python-cftime python-mpi4py "netcdf-${_mpi}")
-makedepends=(cython python-setuptools)
-conflicts=(python-netcdf4)
-provides=(python-netcdf4)
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('d145f9c12da29da3922d8b8aafea2a2a89501bcb28a219a46b7b828b57191594')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  USE_NCCONFIG=1 python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}/test
-  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() {
-  cd ${_pkg}-${pkgver}
-  USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=2
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-netcdf4-openmpi/repos/community-x86_64/PKGBUILD (from rev 1163896, python-netcdf4-openmpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-20 16:05:30 UTC (rev 1163897)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=netCDF4
+_mpi=openmpi
+pkgname=python-${_pkg,,}-${_mpi}
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="Python/NumPy interface to the netCDF C library (${_mpi} version)"
+arch=(x86_64)
+url="https://unidata.github.io/${_pkg,,}-python"
+license=(MIT)
+depends=(python-numpy python-cftime python-mpi4py "netcdf-${_mpi}")
+makedepends=(cython python-setuptools)
+conflicts=(python-netcdf4)
+provides=(python-netcdf4)
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('ca3d468f4812c0999df86e3f428851fb0c17ac34ce0827115c246b0b690e4e84')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  USE_NCCONFIG=1 python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}/test
+  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() {
+  cd ${_pkg}-${pkgver}
+  USE_NCCONFIG=1 python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=2
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list