svn commit: r442161 - head/net/py-python-cloudfiles
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 31 13:09:33 UTC 2017
Author: sunpoet
Date: Wed May 31 13:09:32 2017
New Revision: 442161
URL: https://svnweb.freebsd.org/changeset/ports/442161
Log:
Update to 1.7.11
- Update MASTER_SITES
- Update LICENSE_FILE
- Mark DEPRECATED and set EXPIRATION_DATE to 2017-08-31
- Sort USE_PYTHON
- Update WWW
Changes: https://github.com/GreenLightGo/python-cloudfiles/blob/master/ChangeLog
https://github.com/GreenLightGo/python-cloudfiles/commits/master
Modified:
head/net/py-python-cloudfiles/Makefile
head/net/py-python-cloudfiles/distinfo
head/net/py-python-cloudfiles/pkg-descr
Modified: head/net/py-python-cloudfiles/Makefile
==============================================================================
--- head/net/py-python-cloudfiles/Makefile Wed May 31 13:09:27 2017 (r442160)
+++ head/net/py-python-cloudfiles/Makefile Wed May 31 13:09:32 2017 (r442161)
@@ -2,22 +2,22 @@
# $FreeBSD$
PORTNAME= python-cloudfiles
-PORTVERSION= 1.6.0
-PORTREVISION= 2
+PORTVERSION= 1.7.11
CATEGORIES= net python
-MASTER_SITES= http://www.contenidosonline.com.ar/freebsd/ports/ \
- LOCAL/yzlin
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= cloudfiles-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Python language bindings for Cloud Files API
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/cloudfiles/COPYING
+LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Deprecated by usptream since August 1, 2013. Use net/py-python-swiftclient instead
+EXPIRATION_DATE=2017-08-31
+
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/net/py-python-cloudfiles/distinfo
==============================================================================
--- head/net/py-python-cloudfiles/distinfo Wed May 31 13:09:27 2017 (r442160)
+++ head/net/py-python-cloudfiles/distinfo Wed May 31 13:09:32 2017 (r442161)
@@ -1,2 +1,3 @@
-SHA256 (cloudfiles-1.6.0.tar.gz) = e3c4d6825b2c09c661de9591e161b5e4d64243737f294ca378f4a7d6d7cdf5c0
-SIZE (cloudfiles-1.6.0.tar.gz) = 223103
+TIMESTAMP = 1496158799
+SHA256 (python-cloudfiles-1.7.11.tar.gz) = 13039dd639e4686be020847b932e7a921a7a5b018c855c58190f7bfb48091335
+SIZE (python-cloudfiles-1.7.11.tar.gz) = 330709
Modified: head/net/py-python-cloudfiles/pkg-descr
==============================================================================
--- head/net/py-python-cloudfiles/pkg-descr Wed May 31 13:09:27 2017 (r442160)
+++ head/net/py-python-cloudfiles/pkg-descr Wed May 31 13:09:32 2017 (r442161)
@@ -1,4 +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
+WWW: https://github.com/GreenLightGo/python-cloudfiles
More information about the svn-ports-head
mailing list