diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-30 23:20:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-30 23:20:57 +0800 |
commit | 9bba094c3121d82bdeb45c452deb4363561d5f5c (patch) | |
tree | debc44dd9ea1b6ebd2fbbf44403d6df8b164983d /net | |
parent | 02cb07447e93a8a57fe94d596cc7471a7d71113f (diff) | |
download | freebsd-ports-gnome-9bba094c3121d82bdeb45c452deb4363561d5f5c.tar.gz freebsd-ports-gnome-9bba094c3121d82bdeb45c452deb4363561d5f5c.tar.zst freebsd-ports-gnome-9bba094c3121d82bdeb45c452deb4363561d5f5c.zip |
Move net/py-cloudfiles to net/py-python-cloudfiles
- Add PyPI as primary WWW
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/py-python-cloudfiles/Makefile (renamed from net/py-cloudfiles/Makefile) | 3 | ||||
-rw-r--r-- | net/py-python-cloudfiles/distinfo (renamed from net/py-cloudfiles/distinfo) | 0 | ||||
-rw-r--r-- | net/py-python-cloudfiles/pkg-descr (renamed from net/py-cloudfiles/pkg-descr) | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index e03ca1185bb8..5f01acc1b88e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -971,7 +971,6 @@ SUBDIR += py-avahi SUBDIR += py-beanstalkc SUBDIR += py-cjdns - SUBDIR += py-cloudfiles SUBDIR += py-cloudflare-scrape SUBDIR += py-coherence SUBDIR += py-cymruwhois @@ -1030,6 +1029,7 @@ 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-cloudfiles/Makefile b/net/py-python-cloudfiles/Makefile index e493f58a81a5..bb982a4e8235 100644 --- a/net/py-cloudfiles/Makefile +++ b/net/py-python-cloudfiles/Makefile @@ -1,13 +1,14 @@ # Created by: Roberto Pereyra <freebsd@contenidosonline.com.ar> # $FreeBSD$ -PORTNAME= cloudfiles +PORTNAME= python-cloudfiles PORTVERSION= 1.6.0 PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \ LOCAL/yzlin PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cloudfiles-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python language bindings for Cloud Files API diff --git a/net/py-cloudfiles/distinfo b/net/py-python-cloudfiles/distinfo index e213d66e0b08..e213d66e0b08 100644 --- a/net/py-cloudfiles/distinfo +++ b/net/py-python-cloudfiles/distinfo diff --git a/net/py-cloudfiles/pkg-descr b/net/py-python-cloudfiles/pkg-descr index b453d4dd5169..c6f68bc18d12 100644 --- a/net/py-cloudfiles/pkg-descr +++ b/net/py-python-cloudfiles/pkg-descr @@ -1,3 +1,4 @@ Python language bindings for Cloud Files API +WWW: https://pypi.python.org/pypi/python-cloudfiles WWW: https://github.com/rackspace/python-cloudfiles/tree |