mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
net/py-GeoIP2: update to 4.2.0
PR: 250923
This commit is contained in:
parent
7716a47d7c
commit
8c11fd9d43
@ -1,7 +1,7 @@
|
||||
# Created by: Olivier Cochard-Labbé <olivier@FreeBSD.org>
|
||||
|
||||
PORTNAME= GeoIP2
|
||||
PORTVERSION= 4.1.0
|
||||
PORTVERSION= 4.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net python geography
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,9 +12,10 @@ COMMENT= MaxMind GeoIP2 Python API
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maxminddb>=1.5.2:net/py-maxminddb@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.2:net/py-urllib3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2:www/py-aiohttp@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}maxminddb>=2.0.0:net/py-maxminddb@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.24.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.2:net/py-urllib3@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1601645017
|
||||
SHA256 (maxmind-GeoIP2-python-v4.1.0_GH0.tar.gz) = 991ca8d45bc810b964e5340dbbebb23815c6d9cfa924500176b66ffa8e60b3b2
|
||||
SIZE (maxmind-GeoIP2-python-v4.1.0_GH0.tar.gz) = 38822
|
||||
TIMESTAMP = 1621799850
|
||||
SHA256 (maxmind-GeoIP2-python-v4.2.0_GH0.tar.gz) = faea6443b0754b02e77656a2f4ae54ce5c7c9e8e33b9d98fa33b90b798fa8f4b
|
||||
SIZE (maxmind-GeoIP2-python-v4.2.0_GH0.tar.gz) = 38917
|
||||
|
Loading…
Reference in New Issue
Block a user