diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-12 16:13:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-12 16:13:48 +0800 |
commit | f39825e64d47c58913a86e57815e67f4c226ce4a (patch) | |
tree | 9db67577d3b12a06d21c691306eeb6634691cb6e /net | |
parent | 58aa98c4bb9795eeefe5f72cfacea1385a8bb3a1 (diff) | |
download | freebsd-ports-gnome-f39825e64d47c58913a86e57815e67f4c226ce4a.tar.gz freebsd-ports-gnome-f39825e64d47c58913a86e57815e67f4c226ce4a.tar.zst freebsd-ports-gnome-f39825e64d47c58913a86e57815e67f4c226ce4a.zip |
Remove py-python-cloudfiles expired since 2017-08-31
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/py-python-cloudfiles/Makefile | 23 | ||||
-rw-r--r-- | net/py-python-cloudfiles/distinfo | 3 | ||||
-rw-r--r-- | net/py-python-cloudfiles/pkg-descr | 4 |
4 files changed, 1 insertions, 31 deletions
diff --git a/net/Makefile b/net/Makefile index 9d111a69e1a6..b17842f6f95b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,3 +1,4 @@ + # $FreeBSD$ # @@ -1037,7 +1038,6 @@ SUBDIR += py-python-bitcoinrpc SUBDIR += py-python-ceilometerclient SUBDIR += py-python-cinderclient - SUBDIR += py-python-cloudfiles SUBDIR += py-python-designateclient SUBDIR += py-python-glanceclient SUBDIR += py-python-heatclient diff --git a/net/py-python-cloudfiles/Makefile b/net/py-python-cloudfiles/Makefile deleted file mode 100644 index f843e67458e1..000000000000 --- a/net/py-python-cloudfiles/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Roberto Pereyra <freebsd@contenidosonline.com.ar> -# $FreeBSD$ - -PORTNAME= python-cloudfiles -PORTVERSION= 1.7.11 -CATEGORIES= net python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python language bindings for Cloud Files API - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Deprecated by usptream since August 1, 2013. Use databases/py-python-swiftclient instead -EXPIRATION_DATE=2017-08-31 - -USES= python -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/net/py-python-cloudfiles/distinfo b/net/py-python-cloudfiles/distinfo deleted file mode 100644 index 7f0b116d6ed6..000000000000 --- a/net/py-python-cloudfiles/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1496158799 -SHA256 (python-cloudfiles-1.7.11.tar.gz) = 13039dd639e4686be020847b932e7a921a7a5b018c855c58190f7bfb48091335 -SIZE (python-cloudfiles-1.7.11.tar.gz) = 330709 diff --git a/net/py-python-cloudfiles/pkg-descr b/net/py-python-cloudfiles/pkg-descr deleted file mode 100644 index 4e642c171be0..000000000000 --- a/net/py-python-cloudfiles/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Python language bindings for Cloud Files API - -WWW: https://pypi.python.org/pypi/python-cloudfiles -WWW: https://github.com/GreenLightGo/python-cloudfiles |