mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
- Update to 2.2.0
- Update and sort RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/maxmind/GeoIP2-python/releases PR: 204870 Submitted by: sunpoet (myself) Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
This commit is contained in:
parent
ac63a9b1cc
commit
66cc5f5647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402588
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= GeoIP2
|
||||
PORTVERSION= 2.1.0
|
||||
PORTVERSION= 2.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net python geography
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,13 +13,14 @@ COMMENT= MaxMind GeoIP2 Python API
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
|
||||
${PYTHON_PKGNAMEPREFIX}maxminddb>0:${PORTSDIR}/net/py-maxminddb
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}maxminddb>=1.1.0:${PORTSDIR}/net/py-maxminddb \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.4:${PORTSDIR}/www/py-requests
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= maxmind
|
||||
GH_PROJECT= GeoIP2-python
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 1f0326b5e92212c1ed81f5e387438e73ff61154ea2194656f4dc366d2314554e
|
||||
SIZE (maxmind-GeoIP2-python-v2.1.0_GH0.tar.gz) = 28215
|
||||
SHA256 (maxmind-GeoIP2-python-v2.2.0_GH0.tar.gz) = 1a77ee1cc7d1aaadf7e9fc9ff19b2696634ed13429e483560cd3c626cc06781f
|
||||
SIZE (maxmind-GeoIP2-python-v2.2.0_GH0.tar.gz) = 28589
|
||||
|
Loading…
Reference in New Issue
Block a user