Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2015 16:15:34 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388238 - in head/databases: . py-pypuppetdb
Message-ID:  <201506011615.t51GFY4U064484@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude (doc committer)
Date: Mon Jun  1 16:15:33 2015
New Revision: 388238
URL: https://svnweb.freebsd.org/changeset/ports/388238

Log:
  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.

Added:
  head/databases/py-pypuppetdb/
  head/databases/py-pypuppetdb/Makefile   (contents, props changed)
  head/databases/py-pypuppetdb/distinfo   (contents, props changed)
  head/databases/py-pypuppetdb/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Jun  1 15:53:55 2015	(r388237)
+++ head/databases/Makefile	Mon Jun  1 16:15:33 2015	(r388238)
@@ -747,6 +747,7 @@
     SUBDIR += py-pyhs
     SUBDIR += py-pylibmc
     SUBDIR += py-pymysql
+    SUBDIR += py-pypuppetdb
     SUBDIR += py-pytc
     SUBDIR += py-python-rrdtool
     SUBDIR += py-qt4-sql

Added: head/databases/py-pypuppetdb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-pypuppetdb/Makefile	Mon Jun  1 16:15:33 2015	(r388238)
@@ -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>

Added: head/databases/py-pypuppetdb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-pypuppetdb/distinfo	Mon Jun  1 16:15:33 2015	(r388238)
@@ -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

Added: head/databases/py-pypuppetdb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/py-pypuppetdb/pkg-descr	Mon Jun  1 16:15:33 2015	(r388238)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506011615.t51GFY4U064484>