aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pypuppetdb
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2015-06-01 16:15:33 +0000
committerAllan Jude <allanjude@FreeBSD.org>2015-06-01 16:15:33 +0000
commite932e9aa37da46685b3a62393b6789ca782bc75d (patch)
tree41089c404b743303db3b4073e13c2ca372d4fa33 /databases/py-pypuppetdb
parente797a961aef9b081634a1a452221afea42091ab3 (diff)
downloadports-e932e9aa37da46685b3a62393b6789ca782bc75d.tar.gz
ports-e932e9aa37da46685b3a62393b6789ca782bc75d.zip
Notes
Diffstat (limited to 'databases/py-pypuppetdb')
-rw-r--r--databases/py-pypuppetdb/Makefile21
-rw-r--r--databases/py-pypuppetdb/distinfo2
-rw-r--r--databases/py-pypuppetdb/pkg-descr4
3 files changed, 27 insertions, 0 deletions
diff --git a/databases/py-pypuppetdb/Makefile b/databases/py-pypuppetdb/Makefile
new file mode 100644
index 000000000000..9fc653dbb1d5
--- /dev/null
+++ b/databases/py-pypuppetdb/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= pypuppetdb
+PORTVERSION= 0.1.1
+DISTVERSIONPREFIX= v
+CATEGORIES= databases python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= allanjude@FreeBSD.org
+COMMENT= Library to work with PuppetDB's REST API
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_GITHUB= yes
+GH_ACCOUNT= puppet-community
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/databases/py-pypuppetdb/distinfo b/databases/py-pypuppetdb/distinfo
new file mode 100644
index 000000000000..72f2fcbbf3bc
--- /dev/null
+++ b/databases/py-pypuppetdb/distinfo
@@ -0,0 +1,2 @@
+SHA256 (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3
+SIZE (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597
diff --git a/databases/py-pypuppetdb/pkg-descr b/databases/py-pypuppetdb/pkg-descr
new file mode 100644
index 000000000000..f414029599e0
--- /dev/null
+++ b/databases/py-pypuppetdb/pkg-descr
@@ -0,0 +1,4 @@
+This library is a thin wrapper around the PuppetDB REST API providing some
+convinience functions and objects to request and hold data from PuppetDB.
+
+WWW: https://github.com/puppet-community/pypuppetdb