[arch-commits] Commit in python-xarray/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Sat Jul 23 14:44:48 UTC 2022


    Date: Saturday, July 23, 2022 @ 14:44:47
  Author: archange
Revision: 1255813

archrelease: copy trunk to community-any

Added:
  python-xarray/repos/community-any/PKGBUILD
    (from rev 1255812, python-xarray/trunk/PKGBUILD)
Deleted:
  python-xarray/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  158 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-23 14:44:38 UTC (rev 1255812)
+++ PKGBUILD	2022-07-23 14:44:47 UTC (rev 1255813)
@@ -1,79 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=xarray
-pkgname=python-${_pkg}
-pkgver=2022.03.0
-pkgrel=1
-pkgdesc="N-D labeled arrays and datasets in Python"
-arch=(any)
-url="https://xarray.pydata.org/"
-license=(Apache)
-depends=(python-numpy python-packaging python-pandas)
-makedepends=(python-setuptools python-setuptools-scm)
-optdepends=(
-  'python-netcdf4: netCDF4 support'
-  'python-scipy: interpolation features & fallback for netCDF3 support'
-#  'python-pydap: fallback for accessing OPeNDAP'
-#  'python-h5netcdf: alternative for netCDF4 support'
-#  'python-pynio: geoscience specific file formats support' 
-#  'python-zarr: chunked, compressed N-dimensional arrays'
-  'python-cftime: datetimes support for non-standard calendars or distant dates'
-#  'python-pseudonetcdf: atmospheric science specific file formats support'
-#  'python-rasterio: GeoTiffs and other gridded raster datasets support'
-#  'python-iris: conversion to and from iris’ Cube objects'
-#  'python-cfgrib: mapping GRIB files to CDF4'
-  'python-bottleneck: faster NaN-skipping and rolling window aggregations'
-#  'python-numbagg: faster exponential rolling window operations'  
-  'python-dask: parallel computation'
-  'python-distributed: parallel computation'
-  'python-matplotlib: plotting support'
-#  'python-cartopy: plotting of cartographic data'
-  'python-seaborn: better color palettes for plots'
-#  'python-nc-time-axis: plotting of cftime.datetime objects'  
-#  'python-sparse: sparse arrays support'
-  'python-pint: units of measure support'
-)
-checkdepends=(
-    python-pytest
-    python-pytest-xdist
-    python-aiobotocore
-    python-aiohttp
-    python-bottleneck
-    python-boto3
-    python-cftime
-    python-dask
-    python-distributed
-    python-fsspec
-    python-h5py
-    python-hypothesis
-    python-lxml
-    python-matplotlib
-    python-netcdf4
-    python-numexpr
-    python-numpy
-    python-pint
-    python-requests
-    python-scipy
-    python-seaborn
-)
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(https://github.com/pydata/xarray/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ec38ee0d00e66dcd7a5935e63f8e2e0dccbccc00bd38d0bd4655d94cc22acf4e')
-
-build() {
-  cd ${_pkg}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkg}-${pkgver}
-  # https://github.com/pydata/xarray/issues/4281
-  pytest -vv --color=yes --deselect xarray/tests/test_distributed.py::test_serializable_locks
-}
-
-package() {
-  cd ${_pkg}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
-  # Remove tests
-  rm -r "${pkgdir}"$(python -c "import site; print(site.getsitepackages()[0])")/xarray/tests
-}

Copied: python-xarray/repos/community-any/PKGBUILD (from rev 1255812, python-xarray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-23 14:44:47 UTC (rev 1255813)
@@ -0,0 +1,79 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=xarray
+pkgname=python-${_pkg}
+pkgver=2022.06.0
+pkgrel=1
+pkgdesc="N-D labeled arrays and datasets in Python"
+arch=(any)
+url="https://xarray.pydata.org/"
+license=(Apache)
+depends=(python-numpy python-packaging python-pandas)
+makedepends=(python-setuptools python-setuptools-scm)
+optdepends=(
+  'python-netcdf4: netCDF4 support'
+  'python-scipy: interpolation features & fallback for netCDF3 support'
+#  'python-pydap: fallback for accessing OPeNDAP'
+#  'python-h5netcdf: alternative for netCDF4 support'
+#  'python-zarr: chunked, compressed N-dimensional arrays'
+  'python-cftime: datetimes support for non-standard calendars or distant dates'
+#  'python-pseudonetcdf: atmospheric science specific file formats support'
+#  'python-rasterio: GeoTiffs and other gridded raster datasets support'
+#  'python-iris: conversion to and from iris’ Cube objects'
+#  'python-cfgrib: mapping GRIB files to CDF4'
+  'python-bottleneck: faster NaN-skipping and rolling window aggregations'
+#  'python-numbagg: faster exponential rolling window operations'  
+#  'python-flox: faster GroupBy reductions'
+  'python-dask: parallel computation'
+  'python-distributed: parallel computation'
+  'python-matplotlib: plotting support'
+#  'python-cartopy: plotting of cartographic data'
+  'python-seaborn: better color palettes for plots'
+#  'python-nc-time-axis: plotting of cftime.datetime objects'  
+#  'python-sparse: sparse arrays support'
+  'python-pint: units of measure support'
+)
+checkdepends=(
+    python-pytest
+    python-pytest-xdist
+    python-aiobotocore
+    python-aiohttp
+    python-bottleneck
+    python-boto3
+    python-cftime
+    python-dask
+    python-distributed
+    python-fsspec
+    python-h5py
+    python-hypothesis
+    python-lxml
+    python-matplotlib
+    python-netcdf4
+    python-numexpr
+    python-numpy
+    python-pint
+    python-requests
+    python-scipy
+    python-seaborn
+)
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(https://github.com/pydata/xarray/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3c755c41d971cbd926409f2ae2441c0b3545b497f6bb05a1702611e32d0dcdff')
+
+build() {
+  cd ${_pkg}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkg}-${pkgver}
+  # https://github.com/pydata/xarray/issues/4281
+  pytest -vv --color=yes --deselect xarray/tests/test_distributed.py::test_serializable_locks
+}
+
+package() {
+  cd ${_pkg}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1
+  # Remove tests
+  rm -r "${pkgdir}"$(python -c "import site; print(site.getsitepackages()[0])")/xarray/tests
+}



More information about the arch-commits mailing list