diff options
author | novel <novel@FreeBSD.org> | 2016-12-18 00:38:26 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-12-18 00:38:26 +0800 |
commit | 08211523744653007ea276ff3d233fbd8d463ead (patch) | |
tree | 3c1308aa243898294c7bbb107ef0e86044ec6c49 /net | |
parent | 2b133c4c898d8db8a32e8e2d5e2a144b919ca06c (diff) | |
download | freebsd-ports-gnome-08211523744653007ea276ff3d233fbd8d463ead.tar.gz freebsd-ports-gnome-08211523744653007ea276ff3d233fbd8d463ead.tar.zst freebsd-ports-gnome-08211523744653007ea276ff3d233fbd8d463ead.zip |
Add py-python-barbicanclient 4.1.0, client Library for OpenStack
Barbican Key Management API.
PR: 215298
Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/py-python-barbicanclient/Makefile | 30 | ||||
-rw-r--r-- | net/py-python-barbicanclient/distinfo | 3 | ||||
-rw-r--r-- | net/py-python-barbicanclient/pkg-descr | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 180dd172216c..de9946ae57ff 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1015,6 +1015,7 @@ SUBDIR += py-pysmb SUBDIR += py-pysocks SUBDIR += py-pystun + SUBDIR += py-python-barbicanclient SUBDIR += py-python-bitcoinrpc SUBDIR += py-python-ceilometerclient SUBDIR += py-python-cinderclient diff --git a/net/py-python-barbicanclient/Makefile b/net/py-python-barbicanclient/Makefile new file mode 100644 index 000000000000..10bccb7deed1 --- /dev/null +++ b/net/py-python-barbicanclient/Makefile @@ -0,0 +1,30 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= python-barbicanclient +PORTVERSION= 4.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Client Library for OpenStack Barbican Key Management API + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/net/py-python-barbicanclient/distinfo b/net/py-python-barbicanclient/distinfo new file mode 100644 index 000000000000..8ced241e2e80 --- /dev/null +++ b/net/py-python-barbicanclient/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481137848 +SHA256 (python-barbicanclient-4.1.0.tar.gz) = 843678153d6091ad40133191229128b481d58d4c7d170ed21ceac5d8bfade3d7 +SIZE (python-barbicanclient-4.1.0.tar.gz) = 106512 diff --git a/net/py-python-barbicanclient/pkg-descr b/net/py-python-barbicanclient/pkg-descr new file mode 100644 index 000000000000..b11b57b2078c --- /dev/null +++ b/net/py-python-barbicanclient/pkg-descr @@ -0,0 +1,5 @@ +This is a client for the Barbican Key Management API. There is a Python +library for accessing the API (barbicanclient module), and a command-line +script (barbican). + +WWW: http://pypi.python.org/pypi/python-barbicanclient |