From e932e9aa37da46685b3a62393b6789ca782bc75d Mon Sep 17 00:00:00 2001 From: Allan Jude Date: Mon, 1 Jun 2015 16:15:33 +0000 Subject: 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. --- databases/py-pypuppetdb/Makefile | 21 +++++++++++++++++++++ databases/py-pypuppetdb/distinfo | 2 ++ databases/py-pypuppetdb/pkg-descr | 4 ++++ 3 files changed, 27 insertions(+) create mode 100644 databases/py-pypuppetdb/Makefile create mode 100644 databases/py-pypuppetdb/distinfo create mode 100644 databases/py-pypuppetdb/pkg-descr (limited to 'databases/py-pypuppetdb') 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 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 -- cgit v1.2.3