From owner-svn-ports-all@freebsd.org Wed Oct 12 10:19:45 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 E392CC0D330; Wed, 12 Oct 2016 10:19:45 +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 A47647B7; Wed, 12 Oct 2016 10:19:45 +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 u9CAJiP8029278; Wed, 12 Oct 2016 10:19:44 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9CAJiq5029274; Wed, 12 Oct 2016 10:19:44 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201610121019.u9CAJiq5029274@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:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423848 - in head/devel: . py-oslo.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:19:46 -0000 Author: novel Date: Wed Oct 12 10:19:44 2016 New Revision: 423848 URL: https://svnweb.freebsd.org/changeset/ports/423848 Log: Add py-oslo.config 3.17.0, oslo Configuration library. PR: 213337 Submitted by: Alexander Nusov Added: head/devel/py-oslo.config/ head/devel/py-oslo.config/Makefile (contents, props changed) head/devel/py-oslo.config/distinfo (contents, props changed) head/devel/py-oslo.config/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Oct 12 10:18:42 2016 (r423847) +++ head/devel/Makefile Wed Oct 12 10:19:44 2016 (r423848) @@ -4309,6 +4309,7 @@ SUBDIR += py-ordereddict SUBDIR += py-os-client-config SUBDIR += py-osc-lib + SUBDIR += py-oslo.config SUBDIR += py-oslo.i18n SUBDIR += py-oslo.serialization SUBDIR += py-oslo.utils Added: head/devel/py-oslo.config/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.config/Makefile Wed Oct 12 10:19:44 2016 (r423848) @@ -0,0 +1,26 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= oslo.config +PORTVERSION= 3.17.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= Oslo Configuration library + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=0.2.0:www/py-rfc3986 \ + ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr \ + ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-oslo.config/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.config/distinfo Wed Oct 12 10:19:44 2016 (r423848) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475932398 +SHA256 (oslo.config-3.17.0.tar.gz) = a45cb90cf999536f0f7dd3d3e578d4645d2228474f9fafba982e73c5aa1fef7a +SIZE (oslo.config-3.17.0.tar.gz) = 109871 Added: head/devel/py-oslo.config/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-oslo.config/pkg-descr Wed Oct 12 10:19:44 2016 (r423848) @@ -0,0 +1,4 @@ +The Oslo configuration API supports parsing command +line arguments and .ini style configuration files. + +WWW: https://github.com/openstack/oslo.config