Index: databases/py-pypuppetdb/Makefile =================================================================== --- /dev/null +++ databases/py-pypuppetdb/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= pypuppetdb +DISTVERSIONPREFIX= v +PORTVERSION= 0.1.1 +CATEGORIES= databases python + +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +USE_GITHUB= yes +GH_ACCOUNT= puppet-community + +MAINTAINER= allanjude@FreeBSD.org +COMMENT= a library to work with PuppetDB's REST API + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= distutils autoplist + +.include Index: databases/py-pypuppetdb/distinfo =================================================================== --- /dev/null +++ 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 Index: databases/py-pypuppetdb/pkg-descr =================================================================== --- /dev/null +++ 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