summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2016-01-21 21:42:41 -0800
committerRich Li2016-01-21 21:42:41 -0800
commit6a543193c60946dd574ec347fcd4aedf84174ad9 (patch)
tree7b598bc1780b84d403352205f2ce8244f7cb05f3
parent1df8a53547f4e23d2a6ee136475d38b09fb3f559 (diff)
downloadaur-6a543193c60946dd574ec347fcd4aedf84174ad9.tar.gz
Note that this replaces python2-xray
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd88c81ac1b..1d15eeaabc1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 05:28:10 UTC 2016
+# Fri Jan 22 05:42:31 UTC 2016
pkgbase = python2-xarray
pkgdesc = N-D labeled arrays and datasets in Python
pkgver = 0.7.0
@@ -16,6 +16,7 @@ pkgbase = python2-xarray
optdepends = python2-cyordereddict: Speed up most internal operations
optdepends = python2-scipy: OPeNDAP support
optdepends = python2-matplotlib: Plotting support
+ replaces = python2-xray
source = https://github.com/xarray/xarray/archive/v0.7.0.tar.gz
md5sums = 895faa8bc439a0bdf3e41e5a74c137b2
sha1sums = 4dc3bb7f39d99c5fda7065d136438634bc00cfb3
diff --git a/PKGBUILD b/PKGBUILD
index 57b9cbc94fbd..2470f43acfad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ optdepends=('python2-netcdf4: NetCDF4 support'
'python2-matplotlib: Plotting support')
# 'python2-dask: Enable out-of-core parallel computation') # (doesn't exist in AUR)
checkdepends=('python2-nose')
+replaces=('python2-xray')
#source=(https://pypi.python.org/packages/source/x/xarray/xarray-"$pkgver".tar.gz)
# I'm using the Github source instead of the PyPI source since the Github source includes the data files used for testing
source=(https://github.com/xarray/xarray/archive/v"$pkgver".tar.gz)