Skip to content
Snippets Groups Projects
Unverified Commit 9a5fa90c authored by iarspider's avatar iarspider Committed by GitHub
Browse files

Add extra version of py-pyshp (#15072)

* Add extra version of py-pyshp

* Update package.py
parent d98b98aa
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,8 @@ class PyPyshp(PythonPackage): ...@@ -13,6 +13,8 @@ class PyPyshp(PythonPackage):
homepage = "https://github.com/GeospatialPython/pyshp" homepage = "https://github.com/GeospatialPython/pyshp"
url = "https://pypi.io/packages/source/p/pyshp/pyshp-1.2.12.tar.gz" url = "https://pypi.io/packages/source/p/pyshp/pyshp-1.2.12.tar.gz"
version('2.1.0', sha256='e65c7f24d372b97d0920b864bbeb78322bb37b83f2606e2a2212631d5d51e5c0')
version('1.2.12', sha256='8dcd65e0aa2aa2951527ddb7339ea6e69023543d8a20a73fc51e2829b9ed6179') version('1.2.12', sha256='8dcd65e0aa2aa2951527ddb7339ea6e69023543d8a20a73fc51e2829b9ed6179')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')
depends_on('python@2.7:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment