From owner-svn-ports-all@freebsd.org Wed Oct 12 10:17:18 2016 Return-Path: Delivered-To: svn-ports-all@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 BC3B6C0D1DC; Wed, 12 Oct 2016 10:17:18 +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 7A2F7160; Wed, 12 Oct 2016 10:17:18 +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 u9CAHH79028634; Wed, 12 Oct 2016 10:17:17 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAHH94028630; Wed, 12 Oct 2016 10:17:17 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121017.u9CAHH94028630@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Wed, 12 Oct 2016 10:17:17 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 10:17:18 -0000 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 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 +# $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 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