diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index c726d5bf1c85..328832d62a03 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,44 +1,41 @@ PORTNAME= google-auth -PORTVERSION= 2.47.0 +PORTVERSION= 2.48.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= google_auth-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google Authentication Library WWW= https://github.com/googleapis/google-auth-library-python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.2.1:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4<5:security/py-rsa@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent pep517 +USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes -OPTIONS_DEFINE= AIOHTTP CRYPTOGRAPHY_BASE PYJWT REAUTH REQUESTS URLLIB3 -OPTIONS_DEFAULT=AIOHTTP CRYPTOGRAPHY_BASE PYJWT REQUESTS -AIOHTTP_DESC= aiohttp support -AIOHTTP_IMPLIES= REQUESTS -CRYPTOGRAPHY_BASE_DESC= Cryptography support -PYJWT_DESC= JWT token support -PYJWT_IMPLIES= CRYPTOGRAPHY_BASE -REAUTH_DESC= Reauth support -REQUESTS_DESC= Requests support -URLLIB3_DESC= Urllib3 support +OPTIONS_DEFINE= AIOHTTP PYJWT REAUTH REQUESTS URLLIB3 +OPTIONS_DEFAULT=AIOHTTP PYJWT REQUESTS +AIOHTTP_DESC= Asynchronous HTTP requests via aiohttp +AIOHTTP_IMPLIES=REQUESTS +PYJWT_DESC= Create/verify JWT tokens +REAUTH_DESC= Authentication while refreshing credentials +REQUESTS_DESC= Transport adapter for requests +URLLIB3_DESC= Transport adapter for urllib3 AIOHTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.6.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} -CRYPTOGRAPHY_BASE_USE= PYTHON=cryptography PYJWT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0:www/py-pyjwt@${PY_FLAVOR} REAUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyu2f>=0.1.5:net/py-pyu2f@${PY_FLAVOR} REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0<3.0.0:www/py-requests@${PY_FLAVOR} URLLIB3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=0,1:net/py-urllib3@${PY_FLAVOR} .include diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index 2033e054c43f..8b216186ec66 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768625739 -SHA256 (google_auth-2.47.0.tar.gz) = 833229070a9dfee1a353ae9877dcd2dec069a8281a4e72e72f77d4a70ff945da -SIZE (google_auth-2.47.0.tar.gz) = 323719 +TIMESTAMP = 1769874410 +SHA256 (google_auth-2.48.0.tar.gz) = 4f7e706b0cd3208a3d940a19a822c37a476ddba5450156c3e6624a71f7c841ce +SIZE (google_auth-2.48.0.tar.gz) = 326522