svn commit: r507368 - in head/graphics: . py-pyepsg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 26 19:35:54 UTC 2019


Author: sunpoet
Date: Fri Jul 26 19:35:49 2019
New Revision: 507368
URL: https://svnweb.freebsd.org/changeset/ports/507368

Log:
  Add py-pyepsg 0.4.0
  
  pyepsg is a simple interface to https://epsg.io/.
  
  WWW: https://github.com/rhattersley/pyepsg

Added:
  head/graphics/py-pyepsg/
  head/graphics/py-pyepsg/Makefile   (contents, props changed)
  head/graphics/py-pyepsg/distinfo   (contents, props changed)
  head/graphics/py-pyepsg/pkg-descr   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Jul 26 18:55:51 2019	(r507367)
+++ head/graphics/Makefile	Fri Jul 26 19:35:49 2019	(r507368)
@@ -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

Added: head/graphics/py-pyepsg/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pyepsg/Makefile	Fri Jul 26 19:35:49 2019	(r507368)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pyepsg
+PORTVERSION=	0.4.0
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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>

Added: head/graphics/py-pyepsg/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pyepsg/distinfo	Fri Jul 26 19:35:49 2019	(r507368)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1564157935
+SHA256 (pyepsg-0.4.0.tar.gz) = 2d08fad1e7a8b47a90a4e43da485ba95705923425aefc4e2a3efa540dbd470d7
+SIZE (pyepsg-0.4.0.tar.gz) = 24235

Added: head/graphics/py-pyepsg/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-pyepsg/pkg-descr	Fri Jul 26 19:35:49 2019	(r507368)
@@ -0,0 +1,3 @@
+pyepsg is a simple interface to https://epsg.io/.
+
+WWW: https://github.com/rhattersley/pyepsg


More information about the svn-ports-head mailing list