summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-09-28 17:31:45 +0200
committerGitHub <noreply@github.com>2021-09-28 10:31:45 -0500
commit0f5c63b0c3a388014f8132e8d3a08ad90cd45bae (patch)
treec226e6fa641b9c7fabe906bb6d9b87b1560951be /var
parentb8dd8b07f975f89271162f192dc3b2d609fc6aff (diff)
downloadspack-0f5c63b0c3a388014f8132e8d3a08ad90cd45bae.tar.gz
spack-0f5c63b0c3a388014f8132e8d3a08ad90cd45bae.tar.bz2
spack-0f5c63b0c3a388014f8132e8d3a08ad90cd45bae.tar.xz
spack-0f5c63b0c3a388014f8132e8d3a08ad90cd45bae.zip
py-xlrd: add 2.0.1 (#26282)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-xlrd/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-xlrd/package.py b/var/spack/repos/builtin/packages/py-xlrd/package.py
index a25feef600..6e4719ede6 100644
--- a/var/spack/repos/builtin/packages/py-xlrd/package.py
+++ b/var/spack/repos/builtin/packages/py-xlrd/package.py
@@ -13,4 +13,9 @@ class PyXlrd(PythonPackage):
homepage = 'http://www.python-excel.org/'
pypi = "xlrd/xlrd-0.9.4.tar.gz"
+ version('2.0.1', sha256='f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88')
version('0.9.4', sha256='8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72')
+
+ depends_on('python@2.7:2.8,3.6:', when='@2:', type=('build', 'run'))
+ depends_on('python@2.6:', type=('build', 'run'))
+ depends_on('py-setuptools', when='@1:', type='build')