diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-12-18 15:44:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-12-18 15:44:45 +0000 |
commit | 74dcfe4548c25b48f2325355bdb05b5fe7a07a7e (patch) | |
tree | fa7d854a83bf2299ea0b17f2c5d10e41ae0cc89c /databases/py-python-swiftclient/Makefile | |
parent | - Update to 2.40 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=428875
Diffstat (limited to 'databases/py-python-swiftclient/Makefile')
-rw-r--r-- | databases/py-python-swiftclient/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/py-python-swiftclient/Makefile b/databases/py-python-swiftclient/Makefile new file mode 100644 index 000000000000..c1c55c6721ac --- /dev/null +++ b/databases/py-python-swiftclient/Makefile @@ -0,0 +1,29 @@ +# Created by: Mikolaj Golub <trociny@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= python-swiftclient +PORTVERSION= 3.2.0 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +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> |