From owner-svn-ports-all@freebsd.org Sun Dec 11 08:11:55 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 85213C726F1; Sun, 11 Dec 2016 08:11:55 +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 5FF6F12CA; Sun, 11 Dec 2016 08:11:55 +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 uBB8BsiO021482; Sun, 11 Dec 2016 08:11:54 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBB8BsWm021476; Sun, 11 Dec 2016 08:11:54 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201612110811.uBB8BsWm021476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sun, 11 Dec 2016 08:11:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428338 - in head/net: . py-heatclient 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: Sun, 11 Dec 2016 08:11:55 -0000 Author: novel Date: Sun Dec 11 08:11:54 2016 New Revision: 428338 URL: https://svnweb.freebsd.org/changeset/ports/428338 Log: Add py-heatclient 1.6.1, openStack Orchestration API Client Library. PR: 215146 Submitted by: Alexander Nusov Added: head/net/py-heatclient/ head/net/py-heatclient/Makefile (contents, props changed) head/net/py-heatclient/distinfo (contents, props changed) head/net/py-heatclient/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Dec 11 08:10:49 2016 (r428337) +++ head/net/Makefile Sun Dec 11 08:11:54 2016 (r428338) @@ -975,6 +975,7 @@ SUBDIR += py-gspread SUBDIR += py-gspreadsheet SUBDIR += py-haproxy-log-analysis + SUBDIR += py-heatclient SUBDIR += py-impacket SUBDIR += py-ipaddress SUBDIR += py-iplib Added: head/net/py-heatclient/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-heatclient/Makefile Sun Dec 11 08:11:54 2016 (r428338) @@ -0,0 +1,37 @@ +# Created by: Alexander Nusov +# $FreeBSD$ + +PORTNAME= heatclient +PORTVERSION= 1.6.1 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} + +MAINTAINER= alexander.nusov@nfvexpress.com +COMMENT= OpenStack Orchestration API Client Library + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8: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}swiftclient>=2.2.0:databases/py-swiftclient \ + ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.18.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}osc-lib>=1.2.0:devel/py-osc-lib \ + ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.14.0:devel/py-keystoneauth1 \ + ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \ + ${PYTHON_PKGNAMEPREFIX}cliff>=2.2.0:devel/py-cliff \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.10.0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable \ + ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel + +NO_ARCH= yes + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/net/py-heatclient/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-heatclient/distinfo Sun Dec 11 08:11:54 2016 (r428338) @@ -0,0 +1,3 @@ +TIMESTAMP = 1481114236 +SHA256 (python-heatclient-1.6.1.tar.gz) = 72141d0889694c913a58e8940eeb308f26ec87af6a6382fa71b400a0cdd331fd +SIZE (python-heatclient-1.6.1.tar.gz) = 177069 Added: head/net/py-heatclient/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-heatclient/pkg-descr Sun Dec 11 08:11:54 2016 (r428338) @@ -0,0 +1,4 @@ +This is a client library for Heat built on the Heat orchestration API. It +provides a Python API (the heatclient module) and a command-line tool (heat). + +WWW: http://pypi.python.org/pypi/python-heatclient