From fc86e281390394684d6b1f8a80ad0e296780d510 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sat, 29 Oct 2016 12:04:36 +0000 Subject: [PATCH] Add py-castellan 0.4.0, generic Key Manager interface for OpenStack. PR: 213769 Submitted by: Alexander Nusov --- devel/Makefile | 1 + devel/py-castellan/Makefile | 28 ++++++++++++++++++++++++++++ devel/py-castellan/distinfo | 3 +++ devel/py-castellan/pkg-descr | 3 +++ 4 files changed, 35 insertions(+) create mode 100644 devel/py-castellan/Makefile create mode 100644 devel/py-castellan/distinfo create mode 100644 devel/py-castellan/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 239b89885c6a..923720e11b9e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4044,6 +4044,7 @@ SUBDIR += py-calendar SUBDIR += py-canonicaljson SUBDIR += py-capstone + SUBDIR += py-castellan SUBDIR += py-cclib SUBDIR += py-celery SUBDIR += py-cffi diff --git a/devel/py-castellan/Makefile b/devel/py-castellan/Makefile new file mode 100644 index 000000000000..44426f6454d4 --- /dev/null +++ b/devel/py-castellan/Makefile @@ -0,0 +1,28 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= castellan +PORTVERSION= 0.4.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Generic Key Manager interface for OpenStack + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography \ + ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.7.0:devel/py-oslo.config \ + ${PYTHON_PKGNAMEPREFIX}oslo.context>=0.2.0:devel/py-oslo.context \ + ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \ + ${PYTHON_PKGNAMEPREFIX}oslo.policy>=0.5.0:devel/py-oslo.policy \ + ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.5.0:devel/py-oslo.utils + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/devel/py-castellan/distinfo b/devel/py-castellan/distinfo new file mode 100644 index 000000000000..585726bf7288 --- /dev/null +++ b/devel/py-castellan/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476648692 +SHA256 (castellan-0.4.0.tar.gz) = 2ccefefc2036ed0d6c76d735fb70b813e2a02f7adb7fd57e0640d064dce1c883 +SIZE (castellan-0.4.0.tar.gz) = 49026 diff --git a/devel/py-castellan/pkg-descr b/devel/py-castellan/pkg-descr new file mode 100644 index 000000000000..33b49d6e97a1 --- /dev/null +++ b/devel/py-castellan/pkg-descr @@ -0,0 +1,3 @@ +Generic Key Manager interface for OpenStack. + +WWW: https://pypi.python.org/pypi/castellan