py-pygeos: add v0.9 (#21243)

This commit is contained in:
Adam J. Stewart 2021-01-25 02:25:33 -06:00 committed by GitHub
parent dd505e2269
commit 05c4506b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,11 @@ class PyPygeos(PythonPackage):
maintainers = ['adamjstewart']
version('0.9', sha256='c0584b20e95f80ee57277a6eb1e5d7f86600f8b1ef3c627d238e243afdcc0cc7')
version('0.8', sha256='45b7e1aaa5fc9ff53565ef089fb75c53c419ace8cee18385ec1d7c1515c17cbc')
depends_on('python@3:', type=('build', 'link', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-numpy@1.13:', when='@0.9:', type=('build', 'link', 'run'))
depends_on('py-numpy@1.10:', type=('build', 'link', 'run'))
depends_on('geos@3.5:')