diff options
author | Allan Jude <allanjude@FreeBSD.org> | 2015-06-01 16:15:33 +0000 |
---|---|---|
committer | Allan Jude <allanjude@FreeBSD.org> | 2015-06-01 16:15:33 +0000 |
commit | e932e9aa37da46685b3a62393b6789ca782bc75d (patch) | |
tree | 41089c404b743303db3b4073e13c2ca372d4fa33 /databases/py-pypuppetdb | |
parent | e797a961aef9b081634a1a452221afea42091ab3 (diff) | |
download | ports-e932e9aa37da46685b3a62393b6789ca782bc75d.tar.gz ports-e932e9aa37da46685b3a62393b6789ca782bc75d.zip |
Create the pypuppetdb port, a python library for interacting with the PuppetDB REST API
A required dependancy of puppetboard
Differential Revision: https://reviews.freebsd.org/D2671
Approved by: xmj
Sponsored by: ScaleEngine Inc.
Notes
Notes:
svn path=/head/; revision=388238
Diffstat (limited to 'databases/py-pypuppetdb')
-rw-r--r-- | databases/py-pypuppetdb/Makefile | 21 | ||||
-rw-r--r-- | databases/py-pypuppetdb/distinfo | 2 | ||||
-rw-r--r-- | databases/py-pypuppetdb/pkg-descr | 4 |
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 |