aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2017-09-28 03:35:09 +0800
committerwg <wg@FreeBSD.org>2017-09-28 03:35:09 +0800
commitcd16981b22feda6d7ca8a54ba3fc23cbe5f10f43 (patch)
tree33c53b569440376c53ea8c76dcbea849bfcb6803 /www
parentef360f44f2c5e5f3a649b214497d685ad53a964b (diff)
downloadfreebsd-ports-gnome-cd16981b22feda6d7ca8a54ba3fc23cbe5f10f43.tar.gz
freebsd-ports-gnome-cd16981b22feda6d7ca8a54ba3fc23cbe5f10f43.tar.zst
freebsd-ports-gnome-cd16981b22feda6d7ca8a54ba3fc23cbe5f10f43.zip
py-google-auth already exists in security category
Reported by: antoine
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/py-google-auth/Makefile23
-rw-r--r--www/py-google-auth/distinfo3
-rw-r--r--www/py-google-auth/pkg-descr4
4 files changed, 0 insertions, 31 deletions
diff --git a/www/Makefile b/www/Makefile
index a817c4d15204..b1e217b2006b 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1668,7 +1668,6 @@
SUBDIR += py-goobook
SUBDIR += py-google
SUBDIR += py-google-api-python-client
- SUBDIR += py-google-auth
SUBDIR += py-graphite-api
SUBDIR += py-graphite-web
SUBDIR += py-grequests
diff --git a/www/py-google-auth/Makefile b/www/py-google-auth/Makefile
deleted file mode 100644
index 70ea5987a8ee..000000000000
--- a/www/py-google-auth/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= google-auth
-PORTVERSION= 1.1.1
-CATEGORIES= www python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wg@FreeBSD.org
-COMMENT= Google Authentication Library
-
-LICENSE= APACHE20
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \
- ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>0:devel/py-pyasn1-modules \
- ${PYTHON_PKGNAMEPREFIX}rsa>0:security/py-rsa \
- ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
- ${PYTHON_PKGNAMEPREFIX}cachetools>0:devel/py-cachetools
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/www/py-google-auth/distinfo b/www/py-google-auth/distinfo
deleted file mode 100644
index 3dc4b6d8a620..000000000000
--- a/www/py-google-auth/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1506509328
-SHA256 (google-auth-1.1.1.tar.gz) = e00236a914906409367e96fdcf5c08aaca3ab5bd3aab0c5c5ea9255162640215
-SIZE (google-auth-1.1.1.tar.gz) = 290557
diff --git a/www/py-google-auth/pkg-descr b/www/py-google-auth/pkg-descr
deleted file mode 100644
index c130e76b8f1b..000000000000
--- a/www/py-google-auth/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This library simplifies using Google's various server-to-server
-authentication mechanisms to access Google APIs.
-
-WWW: https://github.com/GoogleCloudPlatform/google-auth-library-python