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
This commit is contained in:
parent
9ad1ba7e42
commit
6062356bef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442161
3 changed files with 11 additions and 10 deletions
|
@ -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@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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue