Index: /usr/ports/net/py-barbicanclient/Makefile =================================================================== --- /usr/ports/net/py-barbicanclient/Makefile (nonexistent) +++ /usr/ports/net/py-barbicanclient/Makefile (working copy) @@ -0,0 +1,31 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= barbicanclient +PORTVERSION= 4.1.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +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}keystoneclient>=0:net/py-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 Property changes on: /usr/ports/net/py-barbicanclient/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: /usr/ports/net/py-barbicanclient/distinfo =================================================================== --- /usr/ports/net/py-barbicanclient/distinfo (nonexistent) +++ /usr/ports/net/py-barbicanclient/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481137848 +SHA256 (python-barbicanclient-4.1.0.tar.gz) = 843678153d6091ad40133191229128b481d58d4c7d170ed21ceac5d8bfade3d7 +SIZE (python-barbicanclient-4.1.0.tar.gz) = 106512 Property changes on: /usr/ports/net/py-barbicanclient/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: /usr/ports/net/py-barbicanclient/pkg-descr =================================================================== --- /usr/ports/net/py-barbicanclient/pkg-descr (nonexistent) +++ /usr/ports/net/py-barbicanclient/pkg-descr (working copy) @@ -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 Property changes on: /usr/ports/net/py-barbicanclient/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property