aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-swiftclient/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2016-12-18 23:44:45 +0800
committernovel <novel@FreeBSD.org>2016-12-18 23:44:45 +0800
commit52aa4be6a1124e255b95d195544d8a8efcca2e1b (patch)
treefa7d854a83bf2299ea0b17f2c5d10e41ae0cc89c /databases/py-swiftclient/Makefile
parentc22d42c856a20a8422c8d45fc53926334cb1003f (diff)
downloadfreebsd-ports-gnome-52aa4be6a1124e255b95d195544d8a8efcca2e1b.tar.gz
freebsd-ports-gnome-52aa4be6a1124e255b95d195544d8a8efcca2e1b.tar.zst
freebsd-ports-gnome-52aa4be6a1124e255b95d195544d8a8efcca2e1b.zip
databases/py-swiftclient: rename to py-python-swiftclient
- Rename to py-python-swiftclient to follow naming convention for Python port available on pypi to match pypi name - Update dependencies for databases/py-swift and net/py-python-heatclient and bump PORTREVISION for these ports PR: 215374 Approved by: trociny (maintainer)
Diffstat (limited to 'databases/py-swiftclient/Makefile')
-rw-r--r--databases/py-swiftclient/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/databases/py-swiftclient/Makefile b/databases/py-swiftclient/Makefile
deleted file mode 100644
index 1635cd255501..000000000000
--- a/databases/py-swiftclient/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Mikolaj Golub <trociny@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= swiftclient
-PORTVERSION= 3.2.0
-CATEGORIES= databases python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= trociny@FreeBSD.org
-COMMENT= Python client library for OpenStack Object Storage (Swift)
-
-LICENSE= APACHE20
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.5.21:devel/py-pbr
-
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}futures>=3.0:devel/py-futures \
- ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six \
- ${PYTHON_PKGNAMEPREFIX}requests>=1.1:www/py-requests
-
-USES= python:2
-USE_PYTHON= distutils autoplist
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/doc/manpages/swift.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>