aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pyepsg
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-26 19:35:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-07-26 19:35:49 +0000
commitb8eb7b037c5de420ef0ad24d5f4daa7f5cb892e7 (patch)
tree87a73ab4368714334b6edab6e18e7a5fc9eb594f /graphics/py-pyepsg
parent446cb093335e32474bf0868e45a04465e82f9c3b (diff)
downloadports-b8eb7b037c5de420ef0ad24d5f4daa7f5cb892e7.tar.gz
ports-b8eb7b037c5de420ef0ad24d5f4daa7f5cb892e7.zip
Add py-pyepsg 0.4.0
pyepsg is a simple interface to https://epsg.io/. WWW: https://github.com/rhattersley/pyepsg
Notes
Notes: svn path=/head/; revision=507368
Diffstat (limited to 'graphics/py-pyepsg')
-rw-r--r--graphics/py-pyepsg/Makefile23
-rw-r--r--graphics/py-pyepsg/distinfo3
-rw-r--r--graphics/py-pyepsg/pkg-descr3
3 files changed, 29 insertions, 0 deletions
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