New port devel/py-pyshp: Pure Python read/write support for ESRI Shapefile format

The Python Shapefile Library (pyshp) provides read and write support for the
Esri Shapefile format. The Shapefile format is a popular Geographic Information
System vector data format created by Esri.

WWW: https://github.com/GeospatialPython/pyshp
This commit is contained in:
Danilo G. Baio 2017-08-30 00:08:50 +00:00
parent 8111ce1bd2
commit 34f1badce8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448944
4 changed files with 29 additions and 0 deletions

View file

@ -4685,6 +4685,7 @@
SUBDIR += py-pyrfc3339
SUBDIR += py-pyro
SUBDIR += py-pyshapelib
SUBDIR += py-pyshp
SUBDIR += py-pysparklines
SUBDIR += py-pystorm
SUBDIR += py-pyte

20
devel/py-pyshp/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= pyshp
PORTVERSION= 1.2.12
CATEGORIES= devel python geography
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Pure Python read/write support for ESRI Shapefile format
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

3
devel/py-pyshp/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1503952247
SHA256 (pyshp-1.2.12.tar.gz) = 8dcd65e0aa2aa2951527ddb7339ea6e69023543d8a20a73fc51e2829b9ed6179
SIZE (pyshp-1.2.12.tar.gz) = 193089

5
devel/py-pyshp/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
The Python Shapefile Library (pyshp) provides read and write support for the
Esri Shapefile format. The Shapefile format is a popular Geographic Information
System vector data format created by Esri.
WWW: https://github.com/GeospatialPython/pyshp