py-xlrd: add 2.0.1 (#26282)

This commit is contained in:
Manuela Kuhn 2021-09-28 17:31:45 +02:00 committed by GitHub
parent b8dd8b07f9
commit 0f5c63b0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')