Date: Wed, 30 Aug 2017 00:08:50 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448944 - in head/devel: . py-pyshp Message-ID: <201708300008.v7U08oME008695@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Wed Aug 30 00:08:50 2017 New Revision: 448944 URL: https://svnweb.freebsd.org/changeset/ports/448944 Log: 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 Added: head/devel/py-pyshp/ head/devel/py-pyshp/Makefile (contents, props changed) head/devel/py-pyshp/distinfo (contents, props changed) head/devel/py-pyshp/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Aug 30 00:06:39 2017 (r448943) +++ head/devel/Makefile Wed Aug 30 00:08:50 2017 (r448944) @@ -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 Added: head/devel/py-pyshp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyshp/Makefile Wed Aug 30 00:08:50 2017 (r448944) @@ -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> Added: head/devel/py-pyshp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyshp/distinfo Wed Aug 30 00:08:50 2017 (r448944) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503952247 +SHA256 (pyshp-1.2.12.tar.gz) = 8dcd65e0aa2aa2951527ddb7339ea6e69023543d8a20a73fc51e2829b9ed6179 +SIZE (pyshp-1.2.12.tar.gz) = 193089 Added: head/devel/py-pyshp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyshp/pkg-descr Wed Aug 30 00:08:50 2017 (r448944) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708300008.v7U08oME008695>