Remove py-python-cloudfiles expired since 2017-08-31

This commit is contained in:
Baptiste Daroussin 2017-10-12 08:13:48 +00:00
parent e79b595efd
commit e783b8ab51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451832
6 changed files with 9 additions and 44 deletions

1
MOVED
View File

@ -9582,3 +9582,4 @@ japanese/jd||2017-10-08|Does not build and 2ch.net API has changed, so would not
devel/vtable-dumper|devel/abi-compliance-checker|2017-10-08|Use abi-compliance-checker, which contains this program in newer version
graphics/py-graph-dot||2017-10-08|Has expired: Unfetchable for more than six months (google code has gone away)
graphics/py-graph||2017-10-08|Removed, depends on graphics/py-graph-dot
net/py-python-cloudfiles||2017-10-12|Deprecated by usptream since August 1, 2013. Use databases/py-python-swiftclient instead

View File

@ -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

View File

@ -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>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1496158799
SHA256 (python-cloudfiles-1.7.11.tar.gz) = 13039dd639e4686be020847b932e7a921a7a5b018c855c58190f7bfb48091335
SIZE (python-cloudfiles-1.7.11.tar.gz) = 330709

View File

@ -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

View File

@ -3,6 +3,7 @@
PORTNAME= duplicity
PORTVERSION= 0.7.14
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://launchpad.net/duplicity/0.7-series/${PORTVERSION}/+download/
@ -21,13 +22,12 @@ USE_LDCONFIG= yes
PORTDOCS= CHANGELOG COPYING README README-REPO README-LOG
OPTIONS_DEFINE= CLOUDFILES DOCS FTP FTPS GDOCS GIO NLS S3
OPTIONS_DEFINE= DOCS FTP FTPS GDOCS GIO NLS S3
OPTIONS_GROUP= GPG SSH
OPTIONS_SINGLE= GPG
OPTIONS_SINGLE_GPG= GNUPG GNUPG2
OPTIONS_GROUP_SSH= PARAMIKO PEXPECT
OPTIONS_DEFAULT= FTP FTPS GNUPG PARAMIKO S3
CLOUDFILES_DESC= CloudFiles backend
FTP_DESC= FTP backend
FTPS_DESC= FTPS backend
GDOCS_DESC= Google Docs backend
@ -40,7 +40,6 @@ SSH_DESC= SSH/SCP/SFTP backend
PARAMIKO_DESC= python ssh implementation
PEXPECT_DESC= pexpect and use ssh binaries
CLOUDFILES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-cloudfiles>0:net/py-python-cloudfiles
FTP_RUN_DEPENDS= ncftp>=3.2.2:ftp/ncftp3
FTPS_RUN_DEPENDS= lftp>=3.7.15:ftp/lftp
GDOCS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:devel/py-gdata
@ -53,6 +52,11 @@ PARAMIKO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:security/py-param
PEXPECT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect
S3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.6b:devel/py-boto
post-patch:
.for f in cfbackend _cf_cloudfiles _cf_pyrax
@${RM} ${WRKSRC}/${PORTNAME}/backends/${f}.py
.endfor
post-patch-NLS-off:
@${REINPLACE_CMD} -e '56,67d' \
${WRKSRC}/setup.py
@ -79,16 +83,6 @@ post-patch-S3-off:
post-patch-GDOCS-off:
@${RM} ${WRKSRC}/${PORTNAME}/backends/gdocsbackend.py
post-patch-CLOUDFILES-off:
.for f in cfbackend _cf_cloudfiles _cf_pyrax
@${RM} ${WRKSRC}/${PORTNAME}/backends/${f}.py
.endfor
post-patch-CLOUDFILES-on:
# Make pycloudfiles the default backend for cloudfiles, as pyrax isn't in the Ports Collection yet
# Use --cf-backend=pyrax arg when running duplicity to manually select pyrax as the backend
@${REINPLACE_CMD} 's|"pyrax"|"cloudfiles"|' ${WRKSRC}/${PORTNAME}/globals.py
post-patch-GIO-off:
@${RM} ${WRKSRC}/${PORTNAME}/backends/giobackend.py