summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-12-11 08:11:54 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-12-11 08:11:54 +0000
commitcf8d189878d35440f8c1a0a71d4dd9dff2d996fc (patch)
treecccb4f99a666b73143e3178661630d057ac73ff1 /net
parentAdd py-designateclient 2.3.0, openStack DNS-as-a-Service - Client. (diff)
Add py-heatclient 1.6.1, openStack Orchestration API Client Library.
PR: 215146 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
Notes
Notes: svn path=/head/; revision=428338
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-heatclient/Makefile37
-rw-r--r--net/py-heatclient/distinfo3
-rw-r--r--net/py-heatclient/pkg-descr4
4 files changed, 45 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index e82109606f1d..e7a3690fa7db 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -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
diff --git a/net/py-heatclient/Makefile b/net/py-heatclient/Makefile
new file mode 100644
index 000000000000..d9fad3fca91f
--- /dev/null
+++ b/net/py-heatclient/Makefile
@@ -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>
diff --git a/net/py-heatclient/distinfo b/net/py-heatclient/distinfo
new file mode 100644
index 000000000000..9283421b1eaa
--- /dev/null
+++ b/net/py-heatclient/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481114236
+SHA256 (python-heatclient-1.6.1.tar.gz) = 72141d0889694c913a58e8940eeb308f26ec87af6a6382fa71b400a0cdd331fd
+SIZE (python-heatclient-1.6.1.tar.gz) = 177069
diff --git a/net/py-heatclient/pkg-descr b/net/py-heatclient/pkg-descr
new file mode 100644
index 000000000000..0c0a7d7bba62
--- /dev/null
+++ b/net/py-heatclient/pkg-descr
@@ -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