summaryrefslogtreecommitdiff
path: root/security/py-oauth2client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-oauth2client/Makefile')
-rw-r--r--security/py-oauth2client/Makefile32
1 files changed, 0 insertions, 32 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>