diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2025-02-14 09:33:06 +0100 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2025-02-14 09:38:40 +0100 |
commit | b17751634fa3ec2ac38420609c2c04d7c6f62895 (patch) | |
tree | 0b69df8e1f0def3b1f3c0860da122b636504c81c /www/py-google-api-python-client | |
parent | misc/tellico: Update to 4.1.1 (diff) |
www/py-google-api-python-client: Remove deprecated dependency
- security/py-oauth2client has been deprecated in favor of google-auth
and google-auth-oauthlib, and it is no longer a requirement
- However maintain it as a test dependency to pass 8 tests:
======================= short test summary info ========================
SKIPPED [1] tests/test__auth.py:146: oauth2client unavailable.
SKIPPED [1] tests/test__auth.py:153: oauth2client unavailable.
SKIPPED [1] tests/test__auth.py:136: oauth2client unavailable.
SKIPPED [1] tests/test__auth.py:124: oauth2client unavailable.
SKIPPED [1] tests/test__auth.py:140: oauth2client unavailable.
SKIPPED [1] tests/test__auth.py:163: oauth2client unavailable.
SKIPPED [1] tests/test_discovery.py:1539: oauth2client unavailable.
SKIPPED [1] tests/test_discovery.py:2229: oauth2client unavailable.
============= 309 passed, 8 skipped, 4 deselected in 1.05s =============
- Bump PORTREVISION
PR: 283685
Diffstat (limited to 'www/py-google-api-python-client')
-rw-r--r-- | www/py-google-api-python-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index 36b391d5d5df..358d571fa8d1 100644 --- a/www/py-google-api-python-client/Makefile +++ b/www/py-google-api-python-client/Makefile @@ -1,5 +1,6 @@ PORTNAME= google-api-python-client DISTVERSION= 2.156.0 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-co ${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.2.0:security/py-google-auth-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=1.32:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.19.0:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.1.3:security/py-oauth2client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR} # tests: 317 passed, 4 deselected TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-core@${PY_FLAVOR} \ |