From owner-svn-ports-head@freebsd.org Sat Dec 17 16:38:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3792BC84BB1; Sat, 17 Dec 2016 16:38:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1267B1342; Sat, 17 Dec 2016 16:38:28 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBHGcRw4071473; Sat, 17 Dec 2016 16:38:27 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHGcQUp071469; Sat, 17 Dec 2016 16:38:26 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612171638.uBHGcQUp071469@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 17 Dec 2016 16:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428780 - in head/net: . py-python-barbicanclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 16:38:28 -0000 Author: novel Date: Sat Dec 17 16:38:26 2016 New Revision: 428780 URL: https://svnweb.freebsd.org/changeset/ports/428780 Log: Add py-python-barbicanclient 4.1.0, client Library for OpenStack Barbican Key Management API. PR: 215298 Submitted by: Alexander Nusov Added: head/net/py-python-barbicanclient/ head/net/py-python-barbicanclient/Makefile (contents, props changed) head/net/py-python-barbicanclient/distinfo (contents, props changed) head/net/py-python-barbicanclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Dec 17 16:38:20 2016 (r428779) +++ head/net/Makefile Sat Dec 17 16:38:26 2016 (r428780) @@ -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 Added: head/net/py-python-barbicanclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-barbicanclient/Makefile Sat Dec 17 16:38:26 2016 (r428780) @@ -0,0 +1,30 @@ +# Created by: Alexander Nusov +# $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 Added: head/net/py-python-barbicanclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-barbicanclient/distinfo Sat Dec 17 16:38:26 2016 (r428780) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481137848 +SHA256 (python-barbicanclient-4.1.0.tar.gz) = 843678153d6091ad40133191229128b481d58d4c7d170ed21ceac5d8bfade3d7 +SIZE (python-barbicanclient-4.1.0.tar.gz) = 106512 Added: head/net/py-python-barbicanclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-python-barbicanclient/pkg-descr Sat Dec 17 16:38:26 2016 (r428780) @@ -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