diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/py-pyepsg/Makefile | 23 | ||||
-rw-r--r-- | graphics/py-pyepsg/distinfo | 3 | ||||
-rw-r--r-- | graphics/py-pyepsg/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a661b2062afc..9500950a0e32 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -867,6 +867,7 @@ SUBDIR += py-pycollada SUBDIR += py-pydot SUBDIR += py-pyembree + SUBDIR += py-pyepsg SUBDIR += py-pygal SUBDIR += py-pyganim SUBDIR += py-pyglet diff --git a/graphics/py-pyepsg/Makefile b/graphics/py-pyepsg/Makefile new file mode 100644 index 000000000000..bfff785ae6b1 --- /dev/null +++ b/graphics/py-pyepsg/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pyepsg +PORTVERSION= 0.4.0 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Easy access to the EPSG database + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/graphics/py-pyepsg/distinfo b/graphics/py-pyepsg/distinfo new file mode 100644 index 000000000000..3767b5ff4f11 --- /dev/null +++ b/graphics/py-pyepsg/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1564157935 +SHA256 (pyepsg-0.4.0.tar.gz) = 2d08fad1e7a8b47a90a4e43da485ba95705923425aefc4e2a3efa540dbd470d7 +SIZE (pyepsg-0.4.0.tar.gz) = 24235 diff --git a/graphics/py-pyepsg/pkg-descr b/graphics/py-pyepsg/pkg-descr new file mode 100644 index 000000000000..9b2bb1d957d7 --- /dev/null +++ b/graphics/py-pyepsg/pkg-descr @@ -0,0 +1,3 @@ +pyepsg is a simple interface to https://epsg.io/. + +WWW: https://github.com/rhattersley/pyepsg |