svn commit: r471385 - in head/graphics: . py-OWSLib

Martin Wilke miwi at FreeBSD.org
Sat Jun 2 17:37:13 UTC 2018


Author: miwi
Date: Sat Jun  2 17:37:11 2018
New Revision: 471385
URL: https://svnweb.freebsd.org/changeset/ports/471385

Log:
  OWSLib is a Python package for client programming with Open Geospatial
  Consortium (OGC) web service (hence OWS) interface standards, and their
  related content models.
  
  WWW: https://pypi.python.org/pypi/OWSLib
  
  PR:		225294
  Submitted by:	lbartoletti at tuxfamily.org
  Sponsored by:	iXsystems Inc.

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jun  2 17:35:26 2018	(r471384)
+++ head/graphics/Makefile	Sat Jun  2 17:37:11 2018	(r471385)
@@ -916,6 +916,7 @@
     SUBDIR += py-opencv
     SUBDIR += py-openexr
     SUBDIR += py-openimageio
+    SUBDIR += py-OWSLib
     SUBDIR += py-paint
     SUBDIR += py-photocollage
     SUBDIR += py-pillow

Added: head/graphics/py-OWSLib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-OWSLib/Makefile	Sat Jun  2 17:37:11 2018	(r471385)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	OWSLib
+PORTVERSION=	0.16.0
+CATEGORIES=	graphics geography python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lbartoletti at tuxfamily.org
+COMMENT=	Client programming with OGC web service (hence OWS)
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:devel/py-dateutil@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/graphics/py-OWSLib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-OWSLib/distinfo	Sat Jun  2 17:37:11 2018	(r471385)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1516263913
+SHA256 (OWSLib-0.16.0.tar.gz) = ec95a5e93c145a5d84b0074b9ea27570943486552a669151140debf08a100554
+SIZE (OWSLib-0.16.0.tar.gz) = 128736

Added: head/graphics/py-OWSLib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-OWSLib/pkg-descr	Sat Jun  2 17:37:11 2018	(r471385)
@@ -0,0 +1,5 @@
+OWSLib is a Python package for client programming with Open Geospatial 
+Consortium (OGC) web service (hence OWS) interface standards, and their 
+related content models.
+
+WWW: https://pypi.python.org/pypi/OWSLib


More information about the svn-ports-all mailing list