View | Details | Raw Unified | Return to bug 215298 | Differences between
and this patch

Collapse All | Expand All

(-)net/py-python-barbicanclient/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
2
# $FreeBSD$
3
4
PORTNAME=	python-barbicanclient
5
PORTVERSION=	4.1.0
6
CATEGORIES=	net python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	alexander.nusov@nfvexpress.com
11
COMMENT=	Client library for openstack barbican key management api
12
13
LICENSE=	APACHE20
14
15
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
16
RUN_DEPENDS:=	${BUILD_DEPENDS}
17
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
18
		${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \
19
		${PYTHON_PKGNAMEPREFIX}keystoneclient>=0:net/py-keystoneclient \
20
		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
21
		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \
22
		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
23
		${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff
24
25
NO_ARCH=	yes
26
27
USES=		python
28
USE_PYTHON=	autoplist distutils
29
30
.include <bsd.port.mk>
(-)net/py-python-barbicanclient/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1481137848
2
SHA256 (python-barbicanclient-4.1.0.tar.gz) = 843678153d6091ad40133191229128b481d58d4c7d170ed21ceac5d8bfade3d7
3
SIZE (python-barbicanclient-4.1.0.tar.gz) = 106512
(-)net/py-python-barbicanclient/pkg-descr (+5 lines)
Line 0 Link Here
1
This is a client for the Barbican Key Management API. There is a Python
2
library for accessing the API (barbicanclient module), and a command-line
3
script (barbican).
4
5
WWW: http://pypi.python.org/pypi/python-barbicanclient

Return to bug 215298