mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/py-google-api-python-client: Update to 2.165.0
- Replace unitest with pytest - Disable autoloading of Pytest plugins, in particular devel/py-ruff (linter) if available in the system Release changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.165.0 Reported by: "release-please[bot]" <notifications@github.com>
This commit is contained in:
parent
3b175db845
commit
84bd6af912
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= google-api-python-client
|
||||
DISTVERSION= 2.164.0
|
||||
DISTVERSION= 2.165.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,9 +25,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-c
|
|||
${PYTHON_PKGNAMEPREFIX}oauth2client>=4.1.3:security/py-oauth2client@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}parameterized>=0.8.1:devel/py-parameterized@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR}
|
||||
# We don't want to use Pytest plugins, for example devel/py-ruff, if available in the system
|
||||
TEST_ENV= PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
|
||||
USES= pytest python
|
||||
USE_PYTHON= autoplist distutils unittest
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
# Require Application Default Credentials
|
||||
# see https://cloud.google.com/docs/authentication/external/set-up-adc
|
||||
PYTEST_IGNORED_TESTS= test_universe_env_var_configured_with_mtls \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1741855347
|
||||
SHA256 (google_api_python_client-2.164.0.tar.gz) = 116f5a05dfb95ed7f7ea0d0f561fc5464146709c583226cc814690f9bb221492
|
||||
SIZE (google_api_python_client-2.164.0.tar.gz) = 12595711
|
||||
TIMESTAMP = 1742458432
|
||||
SHA256 (google_api_python_client-2.165.0.tar.gz) = 0d2aee76727a104705630bebbc43669c864b766924e9329051ef7b7e2468eb72
|
||||
SIZE (google_api_python_client-2.165.0.tar.gz) = 12636391
|
||||
|
|
Loading…
Add table
Reference in a new issue