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

Bruno Pagani archange at archlinux.org
Wed Apr 8 23:18:04 UTC 2020


    Date: Wednesday, April 8, 2020 @ 23:18:04
  Author: archange
Revision: 612836

upgpkg: python-xarray 0.15.1-1

Drop released patches

Modified:
  python-xarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-08 23:15:09 UTC (rev 612835)
+++ PKGBUILD	2020-04-08 23:18:04 UTC (rev 612836)
@@ -2,7 +2,7 @@
 
 _pkg=xarray
 pkgname=python-${_pkg}
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="N-D labeled arrays and datasets in Python"
 arch=(any)
@@ -40,25 +40,11 @@
     python-bottleneck
     python-matplotlib
     python-seaborn
-# Our pint version is too new for the tests to work
-# See: * https://github.com/pydata/xarray/issues/3778
-#      * https://github.com/pydata/xarray/issues/3779
-#      * https://github.com/pydata/xarray/issues/3783
-#    python-pint
+    python-pint
 )
-source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz
-        python-xarray-fix-seaborn-0.10-tests.patch::https://github.com/pydata/xarray/commit/52ee5dfe73b51b55cc90f2140f2cd54a2e7946a0.patch
-        python-xarray-fix-dask-requiring-test.patch::https://github.com/pydata/xarray/commit/90e734a55792f3c19e795df110fc3501c609d191.patch)
-sha256sums=('c72d160c970725201f769e80fb91cbad68d6ebf21d68fcc371385a6c950459c3'
-            '3ec57ce98bd3bef2a3a0ea4d5d545a43c8cb827b3c95299c658acf0f32b71803'
-            '732c37fdb639672b3f7f9e36753d29ed5558d28635fc0e8efbfc9888282a3580')
+source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('64e3138d87b641e22fe7a003c94abc685896b247b63e434505c1e6b38c91a8fb')
 
-prepare() {
-    cd ${_pkg}-${pkgver}
-    patch -p1 -i ../python-xarray-fix-seaborn-0.10-tests.patch
-    patch -p1 -i ../python-xarray-fix-dask-requiring-test.patch
-}
-
 build() {
     cd ${_pkg}-${pkgver}
     python setup.py build



More information about the arch-commits mailing list