Date: Wed, 12 Oct 2016 10:17:17 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423844 - in head/devel: . py-os-client-config Message-ID: <201610121017.u9CAHH94028630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Oct 12 10:17:16 2016 New Revision: 423844 URL: https://svnweb.freebsd.org/changeset/ports/423844 Log: Add py-os-client-config 1.21.1, OpenStack Client Configuation Library. PR: 213337 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Added: head/devel/py-os-client-config/ head/devel/py-os-client-config/Makefile (contents, props changed) head/devel/py-os-client-config/distinfo (contents, props changed) head/devel/py-os-client-config/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:15:57 2016 (r423843) +++ head/devel/Makefile Wed Oct 12 10:17:16 2016 (r423844) @@ -4307,6 +4307,7 @@ SUBDIR += py-option_merge SUBDIR += py-orbit SUBDIR += py-ordereddict + SUBDIR += py-os-client-config SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-os-client-config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-os-client-config/Makefile Wed Oct 12 10:17:16 2016 (r423844) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= os-client-config +PORTVERSION= 1.21.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Client Configuation Library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.1.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3.0:devel/py-appdirs \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.1.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}requestsexceptions>=1.1.1:devel/py-requestsexceptions + +USES= python +USE_PYTHON= distutils autoplist noegginfo +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py + +.include <bsd.port.mk> Added: head/devel/py-os-client-config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-os-client-config/distinfo Wed Oct 12 10:17:16 2016 (r423844) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475933234 +SHA256 (os-client-config-1.21.1.tar.gz) = ad4c2d07c0468c8d11916ea690b977abb3e903e0c599f6eae02c4776edab2f96 +SIZE (os-client-config-1.21.1.tar.gz) = 62581 Added: head/devel/py-os-client-config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-os-client-config/pkg-descr Wed Oct 12 10:17:16 2016 (r423844) @@ -0,0 +1,6 @@ +os-client-config is a library for collecting client configuration for +using an OpenStack cloud in a consistent and comprehensive manner. +It will find cloud config for as few as 1 cloud and as many as you +want to put in a config file. + +WWW: https://pypi.python.org/pypi/os-client-config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610121017.u9CAHH94028630>