diff options
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 |