summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyshp/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyshp/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyshp/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyshp/package.py b/var/spack/repos/builtin/packages/py-pyshp/package.py
new file mode 100644
index 0000000000..f416310fba
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-pyshp/package.py
@@ -0,0 +1,18 @@
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PyPyshp(PythonPackage):
+ """The Python Shapefile Library (pyshp) reads and writes ESRI Shapefiles in
+ pure Python."""
+
+ homepage = "https://github.com/GeospatialPython/pyshp"
+ url = "https://pypi.io/packages/source/p/pyshp/pyshp-1.2.12.tar.gz"
+
+ version('1.2.12', '63d33d151ac308f1db71ea0f22c30d8b')
+
+ depends_on('py-setuptools', type='build')