diff options
Diffstat (limited to 'security/py-oauth2client')
-rw-r--r-- | security/py-oauth2client/Makefile | 32 | ||||
-rw-r--r-- | security/py-oauth2client/distinfo | 3 | ||||
-rw-r--r-- | security/py-oauth2client/pkg-descr | 3 |
3 files changed, 0 insertions, 38 deletions
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile deleted file mode 100644 index fb855241bf3c..000000000000 --- a/security/py-oauth2client/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= oauth2client -PORTVERSION= 4.1.3 -PORTREVISION= 1 -CATEGORIES= security python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= OAuth 2.0 client library -WWW= https://googleapis.github.io/oauth2client/ \ - https://github.com/googleapis/oauth2client - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Deprecated by upstream. Use security/py-google-auth or security/py-oauthlib instead. See https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html for details -EXPIRATION_DATE=2025-03-31 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/security/py-oauth2client/distinfo b/security/py-oauth2client/distinfo deleted file mode 100644 index dcaa333fcb2a..000000000000 --- a/security/py-oauth2client/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1536418012 -SHA256 (oauth2client-4.1.3.tar.gz) = d486741e451287f69568a4d26d70d9acd73a2bbfa275746c535b4209891cccc6 -SIZE (oauth2client-4.1.3.tar.gz) = 155910 diff --git a/security/py-oauth2client/pkg-descr b/security/py-oauth2client/pkg-descr deleted file mode 100644 index c14b83e0769e..000000000000 --- a/security/py-oauth2client/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -oauth2client is a Python module for client-side oauth2 authentication. It works -with Google's oauth2 service by default, and is compatible with any oauth2 -service. |