SF.net SVN: gar:[25033] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri May 29 14:05:35 CEST 2015


Revision: 25033
          http://sourceforge.net/p/gar/code/25033
Author:   dmichelsen
Date:     2015-05-29 12:05:34 +0000 (Fri, 29 May 2015)
Log Message:
-----------
lang-python/bucky: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/bucky/trunk/Makefile
    csw/mgar/pkg/lang-python/bucky/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lang-python/bucky/

Modified: csw/mgar/pkg/lang-python/bucky/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/txamqp/trunk/Makefile	2015-04-03 16:12:03 UTC (rev 24802)
+++ csw/mgar/pkg/lang-python/bucky/trunk/Makefile	2015-05-29 12:05:34 UTC (rev 25033)
@@ -1,18 +1,31 @@
 # $Id$
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
-NAME = txAMQP
-VERSION = 0.6.2
+NAME = bucky
+VERSION = 2.3.0
 CATEGORIES = python
 
-DESCRIPTION = Python library for communicating with AMQP peers and brokers using Twisted
+DESCRIPTION = StatsD and CollectD adapter for Graphite
 
 MASTER_SITES = $(PYPI_MIRROR)
 DISTFILES += $(DISTNAME).tar.gz
 
-PACKAGES += CSWpy-txamqp
-SPKG_DESC_CSWpy-txamqp = Python library for communicating with AMQP peers and brokers using Twisted
+PACKAGES += CSWpy-bucky
+SPKG_DESC_CSWpy-bucky = StatsD and CollectD adapter for Graphite
 # PKGFILES is catchall
-ARCHALL_CSWpy-txamqp = 1
+ARCHALL_CSWpy-bucky = 1
+RUNTIME_DEP_PKGS_CSWpy-bucky += CSWpy-setproctitle
+# Checkpkg can't track this
+CHECKPKG_OVERRIDES_CSWpy-bucky += surplus-dependency|CSWpy-setproctitle
 
+# This is a new package, don't bother building for 2.6
+MODULATIONS_PYTHON_VERSION = 2_7
+CHECKPKG_OVERRIDES_CSWpy-bucky += python-package-missing-py26-files
+
+# For types.db from CollectD
+REINPLACE_USRLOCAL += bucky/collectd.py
+
+# This is also for types.db
+CHECKPKG_OVERRIDES_CSWpy-bucky += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/bucky/collectd.py
+
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/bucky/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/txamqp/trunk/checksums	2015-04-03 16:12:03 UTC (rev 24802)
+++ csw/mgar/pkg/lang-python/bucky/trunk/checksums	2015-05-29 12:05:34 UTC (rev 25033)
@@ -1 +1 @@
-8c3e9c42d60d06b088d91ed9ba159e13  txAMQP-0.6.2.tar.gz
+106555f590a053f92a47f77e7a15968b  bucky-2.3.0.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list