diff options
author | romain <romain@FreeBSD.org> | 2016-10-15 15:28:38 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2016-10-15 15:28:38 +0800 |
commit | 05a41caee8ca9781d3fb85fb3052dcfaa3afcada (patch) | |
tree | 4001f6295a5985413a09638c30f5829a045215b6 /databases | |
parent | ef52b96462b28496368e2e687f8ce8c902e7e41b (diff) | |
download | freebsd-ports-gnome-05a41caee8ca9781d3fb85fb3052dcfaa3afcada.tar.gz freebsd-ports-gnome-05a41caee8ca9781d3fb85fb3052dcfaa3afcada.tar.zst freebsd-ports-gnome-05a41caee8ca9781d3fb85fb3052dcfaa3afcada.zip |
New port for Puppetboard 0.2
Puppetboard depends on pypuppetdb>=0.3, so:
- copy databases/py-pypuppetdb to databases/py-pypuppetdb03;
- update databases/py-pypuppetdb03 to 0.3.1;
- copy www/py-puppetboard to www/py-puppetboard02;
- update www/py-puppetboard02 to 0.2.0;
- register conflicts between these ports;
- take maintainership of new ports.
While here:
- Update projects account.
PR: 211604 [1], 211918 [2]
Submitted by: neel@neelc.org [1], romain [2]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/py-pypuppetdb/Makefile | 3 | ||||
-rw-r--r-- | databases/py-pypuppetdb/distinfo | 5 | ||||
-rw-r--r-- | databases/py-pypuppetdb/pkg-descr | 2 | ||||
-rw-r--r-- | databases/py-pypuppetdb03/Makefile | 23 | ||||
-rw-r--r-- | databases/py-pypuppetdb03/distinfo | 3 | ||||
-rw-r--r-- | databases/py-pypuppetdb03/pkg-descr | 4 |
7 files changed, 37 insertions, 4 deletions
diff --git a/databases/Makefile b/databases/Makefile index 7523f547b07c..14aeecb37e3c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -775,6 +775,7 @@ SUBDIR += py-pymssql SUBDIR += py-pymysql SUBDIR += py-pypuppetdb + SUBDIR += py-pypuppetdb03 SUBDIR += py-pytc SUBDIR += py-python-memcached SUBDIR += py-python-rrdtool diff --git a/databases/py-pypuppetdb/Makefile b/databases/py-pypuppetdb/Makefile index 9fc653dbb1d5..3429fbfc44ec 100644 --- a/databases/py-pypuppetdb/Makefile +++ b/databases/py-pypuppetdb/Makefile @@ -12,8 +12,9 @@ COMMENT= Library to work with PuppetDB's REST API LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +CONFLICTS_INSTALL= pypuppetdb03-* USE_GITHUB= yes -GH_ACCOUNT= puppet-community +GH_ACCOUNT= voxpupuli USES= python USE_PYTHON= autoplist distutils diff --git a/databases/py-pypuppetdb/distinfo b/databases/py-pypuppetdb/distinfo index 72f2fcbbf3bc..a7d2ac978849 100644 --- a/databases/py-pypuppetdb/distinfo +++ b/databases/py-pypuppetdb/distinfo @@ -1,2 +1,3 @@ -SHA256 (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 -SIZE (puppet-community-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 +TIMESTAMP = 1476513087 +SHA256 (voxpupuli-pypuppetdb-v0.1.1_GH0.tar.gz) = e1d34b8a5ceef363c36aa1cfcb2c1243e3288ca66345157d606904f26b37b2d3 +SIZE (voxpupuli-pypuppetdb-v0.1.1_GH0.tar.gz) = 28597 diff --git a/databases/py-pypuppetdb/pkg-descr b/databases/py-pypuppetdb/pkg-descr index 4b8ba9a294ff..0fd5731c4374 100644 --- a/databases/py-pypuppetdb/pkg-descr +++ b/databases/py-pypuppetdb/pkg-descr @@ -1,4 +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 +WWW: https://github.com/voxpupuli/pypuppetdb diff --git a/databases/py-pypuppetdb03/Makefile b/databases/py-pypuppetdb03/Makefile new file mode 100644 index 000000000000..5e82baf36d51 --- /dev/null +++ b/databases/py-pypuppetdb03/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= pypuppetdb +PORTVERSION= 0.3.1 +DISTVERSIONPREFIX= v +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 03 + +MAINTAINER= romain@FreeBSD.org +COMMENT= Library to work with PuppetDB's REST API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +CONFLICTS_INSTALL= pypuppetdb-* +USE_GITHUB= yes +GH_ACCOUNT= voxpupuli + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> diff --git a/databases/py-pypuppetdb03/distinfo b/databases/py-pypuppetdb03/distinfo new file mode 100644 index 000000000000..a7e7b5001948 --- /dev/null +++ b/databases/py-pypuppetdb03/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476513123 +SHA256 (voxpupuli-pypuppetdb-v0.3.1_GH0.tar.gz) = 6a5558f149cc5b6ec8b8943516a60ce1168042b9b6d7e7a7600df145ef81bc37 +SIZE (voxpupuli-pypuppetdb-v0.3.1_GH0.tar.gz) = 42702 diff --git a/databases/py-pypuppetdb03/pkg-descr b/databases/py-pypuppetdb03/pkg-descr new file mode 100644 index 000000000000..0fd5731c4374 --- /dev/null +++ b/databases/py-pypuppetdb03/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/voxpupuli/pypuppetdb |