SF.net SVN: gar:[22214] csw/mgar/pkg/buildbot/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Oct 14 18:05:12 CEST 2013


Revision: 22214
          http://gar.svn.sourceforge.net/gar/?rev=22214&view=rev
Author:   dmichelsen
Date:     2013-10-14 16:05:10 +0000 (Mon, 14 Oct 2013)
Log Message:
-----------
buildbot/trunk: Update to 0.8.8

Modified Paths:
--------------
    csw/mgar/pkg/buildbot/trunk/Makefile
    csw/mgar/pkg/buildbot/trunk/checksums

Modified: csw/mgar/pkg/buildbot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/buildbot/trunk/Makefile	2013-10-14 15:35:32 UTC (rev 22213)
+++ csw/mgar/pkg/buildbot/trunk/Makefile	2013-10-14 16:05:10 UTC (rev 22214)
@@ -3,8 +3,7 @@
 # $Id$
 
 NAME = buildbot
-VERSION = 0.7.12
-PATCHLEVEL =
+VERSION = 0.8.8
 CATEGORIES = python
 GARTYPE = v2
 
@@ -23,42 +22,25 @@
   easier to improve. 
 endef
 
-MASTER_SITES = $(SF_MIRROR)
+MASTER_SITES = $(PYPI_MIRROR)
 PATCHFILES  = buildbot-tail.patch
-PATCHFILES += buildbot-debug.patch
-DISTFILES  = $(NAME)-$(VERSION)$(PATCHLEVEL).tar.gz $(PATCHFILES)
+#PATCHFILES += buildbot-debug.patch
+DISTFILES += $(DISTNAME).tar.gz
 
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+PACKAGES += CSWbuildbot
+SPKG_DESC_CSWbuildbot = A system to automate the compile/test cycle
+# PKGFILES is catchall
+RUNTIME_DEP_PKGSbuildbot += CSWcoreutils
+RUNTIME_DEP_PKGSbuildbot += CSWpy-twisted
+RUNTIME_DEP_PKGSbuildbot += CSWpy-zope-interface
 
-PYCOMPILE = 1
+# This is more like an application than a python module
+CHECKPKG_OVERRIDES_CSWbuildbot += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWbuildbot += catalogname-does-not-start-with-py_
 
-RUNTIME_DEP_PKGS += CSWcoreutils
-RUNTIME_DEP_PKGS += CSWtwisted
-RUNTIME_DEP_PKGS += CSWzope
+ARCHALL_CSWbuildbot = 1
 
-ARCHALL = 1
-CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = buildbot
-TEST_SCRIPTS =
-INSTALL_SCRIPTS = buildbot
+# There seems to be 'trial' missing
+SKIPTEST ?= 1
 
-WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION)$(PATCHLEVEL)
-
-CHECKPKG_OVERRIDES_CSWbuildbot += unidentified-dependency|CSWcoreutils
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWtwisted
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWzope
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWcoreutils
-
-build-buildbot:
-	(cd $(WORKSRC); python setup.py build)
-	@$(MAKECOOKIE)
-
-install-buildbot:
-	(cd $(WORKSRC); python setup.py install --root=$(DESTDIR))
-	@$(MAKECOOKIE)
-
-post-install-modulated:
-	gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
-	@$(MAKECOOKIE)
-
 include gar/category.mk

Modified: csw/mgar/pkg/buildbot/trunk/checksums
===================================================================
--- csw/mgar/pkg/buildbot/trunk/checksums	2013-10-14 15:35:32 UTC (rev 22213)
+++ csw/mgar/pkg/buildbot/trunk/checksums	2013-10-14 16:05:10 UTC (rev 22214)
@@ -1,3 +1 @@
-5ba9559e2ef0d4e34a26815d95fc2d68  buildbot-0.7.12.tar.gz
-4c70db04b3514157aa746370ad282eeb  buildbot-debug.patch
-a39720c9a13d73bbda054938d6a98c47  buildbot-tail.patch
+472f512584bbb18cc677ca2ec3b3a905  buildbot-0.8.8.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