Date: Sun, 11 Dec 2016 08:11:54 +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: r428338 - in head/net: . py-heatclient Message-ID: <201612110811.uBB8BsWm021476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <alexander.nusov@nfvexpress.com> 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 <alexander.nusov@nfvexpress.com> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612110811.uBB8BsWm021476>