py-laspy: add v2.2.0 (#31383)

This commit is contained in:
Adam J. Stewart 2022-06-30 00:05:04 -07:00 committed by GitHub
parent abeee9e1fd
commit eb6564bc33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,10 @@ class PyLaspy(PythonPackage):
homepage = "https://github.com/laspy/laspy" homepage = "https://github.com/laspy/laspy"
pypi = "laspy/laspy-2.0.3.tar.gz" pypi = "laspy/laspy-2.0.3.tar.gz"
version('2.2.0', sha256='69d36f01acecd719cbe3c3cf58353f247f391ccadb1da37731d45bfe919685df')
version('2.0.3', sha256='95c6367bc3a7c1e0d8dc118ae4a6b038bf9e8ad3e60741ecb8d59c36d32f822a') version('2.0.3', sha256='95c6367bc3a7c1e0d8dc118ae4a6b038bf9e8ad3e60741ecb8d59c36d32f822a')
depends_on('python@3.7:', when='@2.2:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run')) depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run')) depends_on('py-numpy', type=('build', 'run'))