Port details |
- py-google-auth Google Authentication Library
- 2.31.0 security
=2 2.31.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2017-05-12 21:52:12
- Last Update: 2024-07-06 16:04:11
- Commit Hash: 837bd61
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/googleapis/google-auth-library-python
- Description:
- google-auth is the Google authentication library for Python. This library
provides the ability to authenticate to Google APIs using various methods. It
also provides integration with several HTTP libraries.
- Support for Google Application Default Credentials.
- Support for signing and verifying JWTs.
- Support for Google Service Account credentials.
- Support for Google Compute Engine credentials.
- Support for Google App Engine standard credentials.
- Support for various transports, including Requests, urllib3, and gRPC.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}google-auth>0:security/py-google-auth@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-google-auth/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-google-auth
- pkg install py311-google-auth
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-google-auth listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-google-auth
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1720022874
SHA256 (google-auth-2.31.0.tar.gz) = 87805c36970047247c8afe614d4e3af8eceafc1ebba0c679fe75ddd1d575e871
SIZE (google-auth-2.31.0.tar.gz) = 252986
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-cachetools>=2.0.0<6.0 : devel/py-cachetools@py311
- py311-pyasn1-modules>=0.2.1 : devel/py-pyasn1-modules@py311
- py311-rsa>=3.1.4<5 : security/py-rsa@py311
- py311-aiohttp>=3.6.2<4.0.0 : www/py-aiohttp@py311
- py311-requests>=2.20.0<3.0.0 : www/py-requests@py311
- py311-requests>=2.20.0<3.0.0 : www/py-requests@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-google-cloud-iam
- devel/py-sortinghat
- filesystems/py-gcsfs
- net/py-gspread
- security/py-certbot-dns-google
- security/py-google-auth-httplib2
- security/py-google-auth-oauthlib
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-google-auth-2.31.0:
AIOHTTP=on: Use aiohttp
REAUTH=off: Reauth support
REQUESTS=on: Requests support
===> Use 'make config' to modify these settings
- Options name:
- security_py-google-auth
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0 12 Dec 2019 13:46:14
  |
sunpoet  |
Update to 1.8.0
Changes: https://github.com/googleapis/google-auth-library-python/releases |
1.7.2 08 Dec 2019 17:03:58
  |
sunpoet  |
Update to 1.7.2
Changes: https://github.com/googleapis/google-auth-library-python/releases |
1.7.1 14 Nov 2019 16:17:16
  |
sunpoet  |
Update to 1.7.1
Changes: https://github.com/googleapis/google-auth-library-python/releases |
1.7.0 13 Nov 2019 23:35:43
  |
sunpoet  |
Update to 1.7.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/googleapis/google-auth-library-python/releases |
1.6.3 22 Feb 2019 19:54:44
  |
sunpoet  |
Update to 1.6.3
Changes: https://github.com/googleapis/google-auth-library-python/releases |
1.6.2 01 Jan 2019 20:37:23
  |
sunpoet  |
Update to 1.6.2
Changes: https://github.com/googleapis/google-auth-library-python/releases |
1.6.1 14 Nov 2018 21:43:37
  |
sunpoet  |
Update to 1.6.1
Changes: https://github.com/googleapis/google-auth-library-python/releases
https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.rst |
1.6.0 11 Nov 2018 18:19:50
  |
sunpoet  |
Update to 1.6.0
- Update WWW
Changes: https://github.com/googleapis/google-auth-library-python/releases
https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.rst |
1.5.1 02 Aug 2018 23:42:09
  |
sunpoet  |
Update to 1.5.1
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/releases
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.5.0 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.5.0 01 Jun 2018 22:47:34
  |
sunpoet  |
Update to 1.5.0
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/releases
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.4.2 30 May 2018 19:47:57
  |
sunpoet  |
Update to 1.4.2
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/releases
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.4.1 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.4.1 13 Feb 2018 17:02:26
  |
sunpoet  |
Update to 1.4.1
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/releases
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.4.0 09 Feb 2018 14:07:46
  |
sunpoet  |
Update to 1.4.0
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.3.0 23 Jan 2018 15:16:36
  |
sunpoet  |
Update to 1.3.0
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.2.1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.2.1 14 Nov 2017 22:50:58
  |
sunpoet  |
Update to 1.2.1
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.2.0 01 Nov 2017 16:50:22
  |
sunpoet  |
Update to 1.2.0
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.1.1 21 Sep 2017 17:20:42
  |
sunpoet  |
Update to 1.1.1
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.1.0 13 Sep 2017 09:36:12
  |
sunpoet  |
Update to 1.1.0
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.0.2 02 Aug 2017 18:35:38
  |
sunpoet  |
Update to 1.0.2
Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst |
1.0.1 12 May 2017 21:50:42
  |
sunpoet  |
Add py-google-auth 1.0.1
google-auth is the Google authentication library for Python. This library
provides the ability to authenticate to Google APIs using various methods. It
also provides integration with several HTTP libraries.
- Support for Google Application Default Credentials.
- Support for signing and verifying JWTs.
- Support for Google Service Account credentials.
- Support for Google Compute Engine credentials.
- Support for Google App Engine standard credentials.
- Support for various transports, including Requests, urllib3, and gRPC.
WWW: https://pypi.python.org/pypi/google-auth
WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python |