mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
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>
This commit is contained in:
parent
8ee1b0a870
commit
99190c62e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428780
@ -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
|
||||
|
30
net/py-python-barbicanclient/Makefile
Normal file
30
net/py-python-barbicanclient/Makefile
Normal file
@ -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>
|
3
net/py-python-barbicanclient/distinfo
Normal file
3
net/py-python-barbicanclient/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1481137848
|
||||
SHA256 (python-barbicanclient-4.1.0.tar.gz) = 843678153d6091ad40133191229128b481d58d4c7d170ed21ceac5d8bfade3d7
|
||||
SIZE (python-barbicanclient-4.1.0.tar.gz) = 106512
|
5
net/py-python-barbicanclient/pkg-descr
Normal file
5
net/py-python-barbicanclient/pkg-descr
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user