summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyshp/package.py
blob: f416310fbabfd61b0e6f6bc55d2c0ee7d1f53d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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')