aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-OWSLib
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 18:53:57 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 18:59:53 +0000
commit5947a63c5b8ee1c8a8371a19798831118d47493e (patch)
tree89afb12fa7a9a4bb8360fd7500576094d7c08498 /graphics/py-OWSLib
parentdd9006a683bc9627b6c743ae4ed30a2167460b6a (diff)
downloadports-5947a63c5b8ee1c8a8371a19798831118d47493e.tar.gz
ports-5947a63c5b8ee1c8a8371a19798831118d47493e.zip
graphics/py-pyproj: Update to 3.1.0
- Update USES=python of dependent ports Changes: https://github.com/pyproj4/pyproj/releases
Diffstat (limited to 'graphics/py-OWSLib')
-rw-r--r--graphics/py-OWSLib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-OWSLib/Makefile b/graphics/py-OWSLib/Makefile
index 1f8019e90d0b..60164f248329 100644
--- a/graphics/py-OWSLib/Makefile
+++ b/graphics/py-OWSLib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= OWSLib
-PORTVERSION= 0.22.0
+PORTVERSION= 0.22.0
CATEGORIES= graphics geography python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes