summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2015-11-07 10:27:05 -0700
committerRich Li2015-11-07 10:27:05 -0700
commit5b882a063e83372e5639935218d53fd0ba79fff7 (patch)
treeb31d5a0f961c55bf90958b2f1543bdc4b0e48af0
parent88c0ac534eaada0b1c58b298bb0f812e1769b1b9 (diff)
downloadaur-5b882a063e83372e5639935218d53fd0ba79fff7.tar.gz
Remove obsolete library
According to [1], Python 3.5 obsoletes this library. [1] https://github.com/shoyer/cyordereddict/blob/master/README.rst
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e001c8b0ceb..54c6e9df2a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = python-xray
depends = python-pandas
optdepends = python-netcdf4: NetCDF4 support
optdepends = python-bottleneck: Faster NaN operations
- optdepends = python-cyordereddict: Speed up most internal operations
optdepends = python-scipy: OPeNDAP support
optdepends = python-matplotlib: Plotting support
optdepends = python-dask: Enable out-of-core parallel computation
diff --git a/PKGBUILD b/PKGBUILD
index 0cdd423bca50..4e88d3267632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ makedepends=('python-setuptools')
depends=('python-numpy' 'python-pandas')
optdepends=('python-netcdf4: NetCDF4 support'
'python-bottleneck: Faster NaN operations'
- 'python-cyordereddict: Speed up most internal operations'
'python-scipy: OPeNDAP support'
'python-matplotlib: Plotting support'
'python-dask: Enable out-of-core parallel computation')