summaryrefslogtreecommitdiff
path: root/net/py-python-designateclient
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-12-17 15:31:09 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-12-17 15:31:09 +0000
commitd6c193775fdf46e61d24f521a23fff0671bde21e (patch)
tree29f57aff9831dd2fa116afc517e2ba47e80e769b /net/py-python-designateclient
parentgraphics/colmap: unblock on amd64 due to intermittent errors (diff)
Rename python openstack clients to match pypi names
- Rename the following ports: py-ceilometerclient py-cinderclient py-designateclient py-glanceclient py-heatclient py-keystoneclient py-neutronclient py-novaclient py-openstackclient to py-python-$(component)client to match pypi name - Update MOVED - Update the appropriate dependency lines Suggested by: koobs
Notes
Notes: svn path=/head/; revision=428767
Diffstat (limited to 'net/py-python-designateclient')
-rw-r--r--net/py-python-designateclient/Makefile32
-rw-r--r--net/py-python-designateclient/distinfo3
-rw-r--r--net/py-python-designateclient/pkg-descr4
3 files changed, 39 insertions, 0 deletions
diff --git a/net/py-python-designateclient/Makefile b/net/py-python-designateclient/Makefile
new file mode 100644
index 000000000000..437f9863efdf
--- /dev/null
+++ b/net/py-python-designateclient/Makefile
@@ -0,0 +1,32 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME= python-designateclient
+PORTVERSION= 2.3.0
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alexander.nusov@nfvexpress.com
+COMMENT= OpenStack DNS-as-a-Service - Client
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.10.0:www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
+ ${PYTHON_PKGNAMEPREFIX}osc-lib>=1.0.2:devel/py-osc-lib \
+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1 \
+ ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema \
+ ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector \
+ ${PYTHON_PKGNAMEPREFIX}cliff>=0:devel/py-cliff
+
+NO_ARCH= yes
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/net/py-python-designateclient/distinfo b/net/py-python-designateclient/distinfo
new file mode 100644
index 000000000000..1d5e568edef9
--- /dev/null
+++ b/net/py-python-designateclient/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1481114369
+SHA256 (python-designateclient-2.3.0.tar.gz) = f41e533cd9eda72638ce288e3dfad1e18cfc4210bd9ca248d70939ff2fccf856
+SIZE (python-designateclient-2.3.0.tar.gz) = 78445
diff --git a/net/py-python-designateclient/pkg-descr b/net/py-python-designateclient/pkg-descr
new file mode 100644
index 000000000000..6836237ea9ed
--- /dev/null
+++ b/net/py-python-designateclient/pkg-descr
@@ -0,0 +1,4 @@
+This is a client library for Designate built on the Designate API. It provides
+a Python API (the designateclient module) and a command-line tool (designate).
+
+WWW: http://pypi.python.org/pypi/python-designateclient