1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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@tuxfamily.org
Sponsored by:	iXsystems Inc.
This commit is contained in:
Martin Wilke 2018-06-02 17:37:11 +00:00
parent 19d1fe7bd4
commit 5931c5013b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471385
4 changed files with 35 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= OWSLib
PORTVERSION= 0.16.0
CATEGORIES= graphics geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lbartoletti@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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1516263913
SHA256 (OWSLib-0.16.0.tar.gz) = ec95a5e93c145a5d84b0074b9ea27570943486552a669151140debf08a100554
SIZE (OWSLib-0.16.0.tar.gz) = 128736

View File

@ -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