add version 0.2.10 to py-lazyarray (#5093)

This commit is contained in:
healther 2017-08-15 12:15:00 +02:00 committed by Massimiliano Culpo
parent 43a634ca80
commit b52e549758

View File

@ -32,7 +32,8 @@ class PyLazyarray(PythonPackage):
homepage = "http://bitbucket.org/apdavison/lazyarray/" homepage = "http://bitbucket.org/apdavison/lazyarray/"
url = "https://pypi.io/packages/source/l/lazyarray/lazyarray-0.2.8.tar.gz" url = "https://pypi.io/packages/source/l/lazyarray/lazyarray-0.2.8.tar.gz"
version('0.2.8', '8e0072f0892b9fc0516e7048f96e9d74') version('0.2.10', '336033357459e66cbca5543bf003a2ba')
version('0.2.8', '8e0072f0892b9fc0516e7048f96e9d74')
depends_on('py-numpy@1.3:', type=('build', 'run')) depends_on('py-numpy@1.3:', type=('build', 'run'))
depends_on('py-numpy@1.5:', type=('build', 'run'), when='^python@3:') depends_on('py-numpy@1.5:', type=('build', 'run'), when='^python@3:')