Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv10097

Modified Files:
        buildbot-py.info 
Added Files:
        buildbot-master-py.info buildbot-slave-py.info 
Removed Files:
        buildbot-py.patch 
Log Message:
buildbot-0.8.5* to stable

--- buildbot-py.patch DELETED ---

Index: buildbot-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/devel/buildbot-py.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- buildbot-py.info    5 Oct 2010 12:38:48 -0000       1.14
+++ buildbot-py.info    4 Oct 2011 02:14:28 -0000       1.15
@@ -1,55 +1,25 @@
 Info2: <<
 Package: buildbot-py%type_pkg[python]
-# no simplejson-py24:
-# Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
 Type: python (2.5 2.6)
-Version: 0.8.0
-Revision: 2
-
-Depends: python%type_pkg[python], twisted2-py%type_pkg[python],  
twisted2-mail-py%type_pkg[python],  twisted2-web-py%type_pkg[python],  
twisted2-words-py%type_pkg[python], jinja2-py%type_pkg[python], 
simplejson-py%type_pkg[python], pysqlite2-py%type_pkg[python], 
setuptools-py%type_pkg[python]
+Version: 0.8.3
+Revision: 1
 
-# For patchfile:
-BuildDepends: fink (>= 0.24.12)
+# TODO: depend on docs package
+Depends: buildbot-master-py%type_pkg[python], 
buildbot-slave-py%type_pkg[python], fink-obsolete-packages
 
-Source: http://pypi.python.org/packages/source/b/buildbot/buildbot-%v.tar.gz
-### The SF mirror will probably be deprecated in the future:
-#Source: mirror:sourceforge:buildbot/buildbot-%v.tar.gz
-Source-MD5: 0ab95146d6acb25f0d39c814852d0f6c
-PatchFile: buildbot-py.patch
-PatchFile-MD5: cc4d26405616de0994eba2cebd174d45
+DocFiles: README
 
-DocFiles: CREDITS NEWS README
+Source: none
 
 CompileScript: <<
-   python%type_raw[python] setup.py build
+   echo "The buildbot-py%type_pkg[python] package has been split into 
buildbot-master-py%type_pkg[python] and buildbot-slave-py%type_pkg[python]." > 
README
 <<
 
 InstallScript: <<
-#!/bin/sh -ev
-   python%type_raw[python] setup.py install --root=%d
-   mkdir -p %i/share/doc/%n
-   cp -pr docs %i/share/doc/%n
-   cp -pr contrib %i/share/doc/%n
-   mv %i/bin/buildbot %i/bin/buildbot%type_raw[python]
-   [ -r PKG-INFO ] && cp -p PKG-INFO %i/share/doc/%n || true
-<<
-
-InfoTest: <<
-   TestScript: PYTHONPATH=. trial%type_raw[python] buildbot.test || exit 2
-   TestSuiteSize: medium
-<<
-
-PostInstScript: <<
- update-alternatives --install %p/bin/buildbot buildbot 
%p/bin/buildbot%type_raw[python] %type_pkg[python]
-<<
-
-PreRmScript: <<
- if [ $1 != "upgrade" ]; then
-   update-alternatives --remove buildbot %p/bin/buildbot%type_raw[python]
- fi
+   true
 <<
 
-Description: Automatic software build/test system
+Description: Transitional package for automatic software build/test system
 
 DescDetail: <<
 The BuildBot is a system to automate the compile/test cycle required by most
@@ -69,12 +39,8 @@
 about their changes, encouraging them to be more careful about testing before
 checkin.
 
-It is suggested that you start buildbot from launchd:
-   http://buildbot.net/trac/wiki/UsingLaunchd
-<<
-
-DescPackaging:<<
-This package should eventually provide a system user to isolate the builds.
+The buildbot-py%type_pkg[python] package has been split into
+buildbot-master-py%type_pkg[python] and buildbot-slave-py%type_pkg[python].
 <<
 
 License: GPL

--- NEW FILE: buildbot-master-py.info ---
Info2: <<
Package: buildbot-master-py%type_pkg[python]
Type: python (2.5 2.6)
Version: 0.8.5
Revision: 1

Depends: python%type_pkg[python], twisted2-py%type_pkg[python],  
twisted2-mail-py%type_pkg[python],  twisted2-web-py%type_pkg[python],  
twisted2-words-py%type_pkg[python], jinja2-py%type_pkg[python], 
simplejson-py%type_pkg[python], pysqlite2-py%type_pkg[python], 
sqlalchemy-py%type_pkg[python], sqlalchemy-migrate-py%type_pkg[python]

Conflicts: buildbot-py%type_pkg[python] (<< 0.8.1-0)
Replaces: buildbot-py%type_pkg[python] (<< 0.8.1-0)

BuildDepends: distribute-py%type_pkg[python]

### General tarball:
Source: http://pypi.python.org/packages/source/b/buildbot/buildbot-%v.tar.gz
# TODO: list Google Code site as mirror?

Source-MD5: a2f25c32072bda8bedcb1fd5a5f5d24a

DocFiles: CREDITS NEWS README UPGRADING

CompileScript: <<
#!/bin/sh -ev
   NO_INSTALL_REQS=1 python%type_raw[python] setup.py build
<<

InstallScript: <<
#!/bin/sh -ev
   python%type_raw[python] setup.py install --root=%d
   mkdir -p %i/share/doc/%n
   cp -pr docs %i/share/doc/%n
   cp -pr contrib %i/share/doc/%n
   mv %i/bin/buildbot %i/bin/buildbot%type_raw[python]
   [ -r PKG-INFO ] && cp -p PKG-INFO %i/share/doc/%n || true
<<

### Needs "mock" package:
InfoTest: <<
    TestDepends: mock-py%type_pkg[python]
    TestScript: PYTHONPATH=. trial%type_raw[python] buildbot.test || exit 2
    TestSuiteSize: medium
<<

PostInstScript: <<
 update-alternatives --install %p/bin/buildbot buildbot 
%p/bin/buildbot%type_raw[python] %type_pkg[python]
<<

PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove buildbot %p/bin/buildbot%type_raw[python]
 fi
<<

Description: Automatic software build/test system (master)

DescDetail: <<
The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. By automatically rebuilding and
testing the tree each time something has changed, build problems are pinpointed
quickly, before other developers are inconvenienced by the failure. The guilty
developer can be identified and harassed without human intervention. By running
the builds on a variety of platforms, developers who do not have the facilities
to test their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts, lint
checks, image size, compile time, and other build parameters can be tracked
over time, are more visible, and are therefore easier to improve.

The overall goal is to reduce tree breakage and provide a platform to run tests
or code-quality checks that are too annoying or pedantic for any human to waste
their time with. Developers get immediate (and potentially public) feedback
about their changes, encouraging them to be more careful about testing before
checkin.

It is suggested that you start buildbot from launchd:
   http://buildbot.net/trac/wiki/UsingLaunchd
<<

DescPackaging:<<
This package should eventually provide a system user to isolate the builds.
<<

License: GPL
Homepage: http://buildbot.net/
Maintainer: Charles Lepple <clepple+f...@ghz.cc>

# Info2:
<<

--- NEW FILE: buildbot-slave-py.info ---
Info2: <<
Package: buildbot-slave-py%type_pkg[python]
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Version: 0.8.5
Revision: 1

Depends: <<
   python%type_pkg[python],
   twisted2-py%type_pkg[python]
<<

Conflicts: buildbot-py%type_pkg[python] (<< 0.8.1-0)
Replaces: buildbot-py%type_pkg[python] (<< 0.8.1-0)

# For patchfile:
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]

Source: 
http://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-%v.tar.gz
Source-MD5: 0af8f60b4ede37878e9d3da25ec61bc3

DocFiles: UPGRADING NEWS README PKG-INFO

CompileScript: <<
   python%type_raw[python] setup.py build
<<

InstallScript: <<
#!/bin/sh -ev
   python%type_raw[python] setup.py install --root=%d
   mv %i/bin/buildslave %i/bin/buildslave%type_raw[python]
<<

### Needs "mock" package:
# InfoTest: <<
#    TestScript: PYTHONPATH=. trial%type_raw[python] buildslave.test || exit 2
#    TestSuiteSize: small
# <<

PostInstScript: <<
 update-alternatives --install %p/bin/buildslave buildslave 
%p/bin/buildslave%type_raw[python] %type_pkg[python]
<<

PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove buildslave %p/bin/buildbot%type_raw[python]
 fi
<<

Description: Automatic software build/test system (slave)

DescDetail: <<
The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. By automatically rebuilding and
testing the tree each time something has changed, build problems are pinpointed
quickly, before other developers are inconvenienced by the failure. The guilty
developer can be identified and harassed without human intervention. By running
the builds on a variety of platforms, developers who do not have the facilities
to test their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts, lint
checks, image size, compile time, and other build parameters can be tracked
over time, are more visible, and are therefore easier to improve.

The overall goal is to reduce tree breakage and provide a platform to run tests
or code-quality checks that are too annoying or pedantic for any human to waste
their time with. Developers get immediate (and potentially public) feedback
about their changes, encouraging them to be more careful about testing before
checkin.

It is suggested that you start buildbot from launchd:
   http://buildbot.net/trac/wiki/UsingLaunchd

This package only includes the buildslave. For the BuildBot master, see the
"buildbot-py%type_pkg[python]" package.
<<

DescPackaging:<<
This package should eventually provide a system user to isolate the builds.
<<

License: GPL
Homepage: http://buildbot.net/
Maintainer: Charles Lepple <clepple+f...@ghz.cc>

# Info2:
<<


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to