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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jul 6 16:41:15 CEST 2015


Revision: 25155
          http://sourceforge.net/p/gar/code/25155
Author:   dmichelsen
Date:     2015-07-06 14:41:14 +0000 (Mon, 06 Jul 2015)
Log Message:
-----------
lang-python/carbonate: Initial commit

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

Added Paths:
-----------
    csw/mgar/pkg/lang-python/carbonate/
    csw/mgar/pkg/lang-python/carbonate/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/carbonate/trunk/Makefile

Deleted: csw/mgar/pkg/lang-python/carbonate/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/carbon/trunk/Makefile	2015-04-01 14:24:48 UTC (rev 24794)
+++ csw/mgar/pkg/lang-python/carbonate/trunk/Makefile	2015-07-06 14:41:14 UTC (rev 25155)
@@ -1,25 +0,0 @@
-# $Id$
-# TODO (release-critical prefixed with !, non release-critical with *)
-#
-NAME = carbon
-VERSION = 0.9.13
-CATEGORIES = python
-
-DESCRIPTION = Backend data caching and persistence daemon for Graphite
-
-MASTER_SITES = $(PYPI_MIRROR)
-DISTFILES  = $(DISTNAME).tar.gz
-
-PACKAGES += CSWpy-carbon
-SPKG_DESC_CSWpy-carbon = Backend data caching and persistence daemon for Graphite
-# PKGFILES is catchall
-ARCHALL_CSWpy-carbon = 1
-
-# There is no testsuite
-TEST_SCRIPTS =
-
-include gar/category.mk
-
-post-extract:
-	-cd $(WORKSRC) && mv setup.cfg setup.cfg.orig
-	@$(MAKECOOKIE)

Copied: csw/mgar/pkg/lang-python/carbonate/trunk/Makefile (from rev 25152, csw/mgar/pkg/lang-python/carbon/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/carbonate/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/carbonate/trunk/Makefile	2015-07-06 14:41:14 UTC (rev 25155)
@@ -0,0 +1,31 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = carbonate
+VERSION = 0.2.2
+CATEGORIES = python
+
+DESCRIPTION = Tools for managing federated carbon clusters
+
+MASTER_SITES = $(PYPI_MIRROR)
+DISTFILES += $(DISTNAME).tar.gz
+
+# This is a new package, don't bother building for 2.6
+MODULATIONS_PYTHON_VERSION = 2_7
+
+PACKAGES += CSWpy-carbonate
+SPKG_DESC_CSWpy-carbon = Tools for managing federated carbon clusters
+# PKGFILES is catchall
+ARCHALL_CSWpy-carbon = 1
+# The binaries like carbon-cache.py need this
+RUNTIME_DEP_PKGS_CSWpy-carbon += CSWpython27
+
+# This is intended
+CHECKPKG_OVERRIDES_CSWpy-carbonate += python-package-missing-py26-files
+
+REINPLACEMENTS += conf
+REINPLACE_MATCH_conf = /opt/graphite/conf/carbonate.conf
+REINPLACE_WITH_conf = $(sysconfdir)/graphite/carbonate.conf
+REINPLACE_FILES_conf += carbonate/util.py
+
+include gar/category.mk

Modified: csw/mgar/pkg/lang-python/carbonate/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/carbon/trunk/checksums	2015-04-01 14:24:48 UTC (rev 24794)
+++ csw/mgar/pkg/lang-python/carbonate/trunk/checksums	2015-07-06 14:41:14 UTC (rev 25155)
@@ -1 +1 @@
-98c182967f52dd0d93a9c4a7a4066b5b  carbon-0.9.13.tar.gz
+775009d039b850b8e00db9377aa5ab73  carbonate-0.2.2.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