Update to 1.22.1
- Add AIOHTTP option Changes: https://github.com/googleapis/google-auth-library-python/releases https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md
This commit is contained in:
parent
f85d14d39e
commit
1043e73508
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554246
2 changed files with 9 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-auth
|
||||
PORTVERSION= 1.22.0
|
||||
PORTVERSION= 1.22.1
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -21,6 +21,10 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= AIOHTTP
|
||||
OPTIONS_DEFAULT=AIOHTTP
|
||||
AIOHTTP_DESC= Use aiohttp
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3500
|
||||
|
@ -31,7 +35,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0<5.0:devel/py-cachetools@$
|
|||
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.if ${PYTHON_REL} >= 3500
|
||||
.if ${PORT_OPTIONS:MAIOHTTP} && ${PYTHON_REL} >= 3600
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1601485446
|
||||
SHA256 (google-auth-1.22.0.tar.gz) = a73e6fb6d232ed1293ef9a5301e6f8aada7880d19c65d7f63e130dc50ec05593
|
||||
SIZE (google-auth-1.22.0.tar.gz) = 119967
|
||||
TIMESTAMP = 1604480752
|
||||
SHA256 (google-auth-1.22.1.tar.gz) = 9c0f71789438d703f77b94aad4ea545afaec9a65f10e6cc1bc8b89ce242244bb
|
||||
SIZE (google-auth-1.22.1.tar.gz) = 120038
|
||||
|
|
Loading…
Reference in a new issue