mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
graphics/py-OWSLib: Update to 0.19.2
- Update to 0.19.2 - Python 3.5 support is dropped upstream Changelog: https://github.com/geopython/OWSLib/blob/master/CHANGES.rst#0192-2020-03-13 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24396
This commit is contained in:
parent
19bbe9c855
commit
4b28975dfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531777
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= OWSLib
|
||||
PORTVERSION= 0.19.0
|
||||
PORTVERSION= 0.19.2
|
||||
CATEGORIES= graphics geography python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +18,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.5+
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1574165009
|
||||
SHA256 (OWSLib-0.19.0.tar.gz) = 1d499981e13a1233822e94ee30c95ddd35d11f176e854d7f0cdc30ef55f5b065
|
||||
SIZE (OWSLib-0.19.0.tar.gz) = 158237
|
||||
TIMESTAMP = 1586758622
|
||||
SHA256 (OWSLib-0.19.2.tar.gz) = 605a742d088f1ed9c946e824d0b3be94b5256931f8b230dae63e27a52c781b6d
|
||||
SIZE (OWSLib-0.19.2.tar.gz) = 158777
|
||||
|
Loading…
Reference in New Issue
Block a user