[Checkins] SVN: keas.build/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Wed Mar 6 14:55:04 UTC 2013


Log message for revision 130047:
  Moved to GitHub.

Changed:
  D   keas.build/trunk/CHANGES.txt
  D   keas.build/trunk/MANIFEST.in
  A   keas.build/trunk/MOVED_TO_GITHUB
  D   keas.build/trunk/README.txt
  D   keas.build/trunk/bootstrap.py
  D   keas.build/trunk/buildout.cfg
  D   keas.build/trunk/setup.py
  D   keas.build/trunk/src/

-=-
Deleted: keas.build/trunk/CHANGES.txt
===================================================================
--- keas.build/trunk/CHANGES.txt	2013-03-06 14:54:59 UTC (rev 130046)
+++ keas.build/trunk/CHANGES.txt	2013-03-06 14:55:04 UTC (rev 130047)
@@ -1,148 +0,0 @@
-CHANGES
-=======
-
-0.3.1 (unreleased)
-------------------
-
-- ...
-
-
-0.3.0 (2012-12-27)
-------------------
-
-- feature: added -i --independent-branches option. This option will force
-  to check if the last release was made from the same branch we are
-  releasing from. This is required if you develop a new software generation
-  in a branch which is independent from the trunk. Previous version of
-  keas.build where only able to handle branch releases as bug fix releases
-  and didn't make sure that we don't mix trunk and branch releases. Now with
-  the -i option we force that all released packages will be made or reused
-  based on the current trunk or branch (-b trunk,branch)
-
-- added more logging infos for find or skip next version which makes is simpler
-  to see what's going on
-
-
-0.2.2 (2011-08-29)
-------------------
-
-- Improvement: add `current-datetime`, `current-date`, `current-time` variables
-
-
-0.2.1 (2011-04-07)
-------------------
-
-- Fix RawConfigParser usage, it destroys options values by making them
-  all lowercase.
-
-
-0.2.0 (2011-04-06)
-------------------
-
-- Bump versions to ZTK 1.1
-
-- Improvement: add SVN repo infos to the project config file.
-  Yah, I know this can be checked anytime, but adding this saves a lot of time.
-
-- Improvement: add option ``hash-config-files``
-
-
-0.1.8 (2010-05-11)
-------------------
-
-- Fix: Do NOT ``register`` with ``python setup.py``
-
-- Fix: bump setuptools and zc.buildout versions
-
-- Fix: 0.1.7 tar.gz was broken
-
-0.1.7 (2010-04-26)
-------------------
-
-- BUGFIX: the dependent config file gathering killed the version pins
-  in the master config file
-
-- Improvement: PYPI-like simple index support when checking package versions
-
-- Improvement: Check dependent configs, upload all to the server.
-
-- Improvement: Add ``--force-version`` option.
-
-- Improvement: Add version to svn log comment. That makes life easier (at least
-  with TortoiseSVN)
-
-- Improvement: Add ``--force-svnauth`` option.
-
-- Improvement: Add ``--directory`` option to ``install``.
-
-0.1.6 (2009-11-2)
-------------------
-
-- Improvement: When determining released versions of a branch, support
-  branch names ending with .x, as in MyProject-0.3.x
-
-0.1.5 (2009-10-16)
-------------------
-
-- Improvement: add username and password on install to the URL that buildout
-  gets for the .cfg file
-  Let's hope that buildout does not leave that password around.
-
-- Improvement(?) or fix: remove twisted dependency that was used in deploy
-  for SSH
-
-- Improvement: removed dependency on lxml.  Now we just use pythons
-  built-in xml library.
-
-- Improvement: added ``buildout-upload-type`` option.
-  See doc for further info
-
-- Bug Fix: multiline template option values crashed on parsing
-
-- Bug Fix: re did not like non-text parameters coming from BeautifulSoup
-
-- Improvement: added the ``--timeout`` option to install
-
-- Improvement: added mypypi buildout file upload support
-
-- Bug Fix: revert to checkout of the complete source tree
-
-0.1.4 (2009-10-01)
-------------------
-
-- Bug Fix: installer script would crash when -u option was missing a
-  trailing /
-
-- Bug Fix: installer script would crash when no variants were found.
-
-- Improvement: Building a package will no longer checkout the entire
-  branch just to update the setup.py file with the new version
-  number.  Instead only the top level directory is checked out.
-
-- Bug Fix: project build script would crash when variant
-  configuration was missing information required by its template. Now
-  a helpful error message is printed and no files will be uploaded
-  until all have been created successfully.
-
-- Bug Fix: Typing Ctrl+c on the command line no longer causes a
-  KeyboardInterrupt traceback to be spit out.
-
-- Bug Fix: when running the installer, if the buildout command prompts
-  the user for input, the installer will no longer eat up the prompt.
-
-0.1.3 (2009-09-30)
-------------------
-
-- Initial public release.
-
-0.1.1 (internal)
-----------------
-
-- Bug Fix: If a project variant is specified for which no release have
-  been made, the build script now exits nicely with a human readable
-  error message.
-
-0.1.0 (internal)
-----------------
-
-- Initial release.

Deleted: keas.build/trunk/MANIFEST.in
===================================================================
--- keas.build/trunk/MANIFEST.in	2013-03-06 14:54:59 UTC (rev 130046)
+++ keas.build/trunk/MANIFEST.in	2013-03-06 14:55:04 UTC (rev 130047)
@@ -1,3 +0,0 @@
-global-include *.txt
-include *.txt
-recursive-include src *.txt *.cfg

Added: keas.build/trunk/MOVED_TO_GITHUB
===================================================================
--- keas.build/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ keas.build/trunk/MOVED_TO_GITHUB	2013-03-06 14:55:04 UTC (rev 130047)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/keas.build
\ No newline at end of file

Deleted: keas.build/trunk/README.txt
===================================================================
--- keas.build/trunk/README.txt	2013-03-06 14:54:59 UTC (rev 130046)
+++ keas.build/trunk/README.txt	2013-03-06 14:55:04 UTC (rev 130047)
@@ -1 +0,0 @@
-A set of tools for managing multi-package software deployments with buildout.

Deleted: keas.build/trunk/bootstrap.py
===================================================================
--- keas.build/trunk/bootstrap.py	2013-03-06 14:54:59 UTC (rev 130046)
+++ keas.build/trunk/bootstrap.py	2013-03-06 14:55:04 UTC (rev 130047)
@@ -1,52 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Bootstrap a buildout-based project
-
-Simply run this script in a directory containing a buildout.cfg.
-The script accepts buildout command-line options, so you can
-use the -c option to specify an alternate configuration file.
-
-$Id$
-"""
-
-import os, shutil, sys, tempfile, urllib2
-
-tmpeggs = tempfile.mkdtemp()
-
-ez = {}
-exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
-                     ).read() in ez
-ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
-
-import pkg_resources
-
-cmd = 'from setuptools.command.easy_install import main; main()'
-if sys.platform == 'win32':
-    cmd = '"%s"' % cmd # work around spawn lamosity on windows
-
-ws = pkg_resources.working_set
-assert os.spawnle(
-    os.P_WAIT, sys.executable, sys.executable,
-    '-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout',
-    dict(os.environ,
-         PYTHONPATH=
-         ws.find(pkg_resources.Requirement.parse('setuptools')).location
-         ),
-    ) == 0
-
-ws.add_entry(tmpeggs)
-ws.require('zc.buildout')
-import zc.buildout.buildout
-zc.buildout.buildout.main(sys.argv[1:] + ['bootstrap'])
-shutil.rmtree(tmpeggs)

Deleted: keas.build/trunk/buildout.cfg
===================================================================
--- keas.build/trunk/buildout.cfg	2013-03-06 14:54:59 UTC (rev 130046)
+++ keas.build/trunk/buildout.cfg	2013-03-06 14:55:04 UTC (rev 130047)
@@ -1,40 +0,0 @@
-[buildout]
-extends = http://download.zope.org/zopetoolkit/index/1.1/ztk-versions.cfg
-develop = .
-parts = scripts python test coverage-test coverage-report docs
-versions = versions
-
-#[versions]
-#setuptools = 0.6c11
-#zc.buildout = 1.3.1
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = keas.build [test]
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = keas.build [test]
-defaults = ['--coverage', '../../coverage']
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coverage=coverage-report
-arguments = ('coverage', 'coverage/report')
-
-[python]
-recipe = zc.recipe.egg
-interpreter = python
-eggs = keas.build
-
-[scripts]
-recipe = zc.recipe.egg
-eggs = keas.build
-
-[docs]
-recipe = z3c.recipe.sphinxdoc
-eggs = z3c.recipe.sphinxdoc
-       keas.build
-default.css =
-layout.html =

Deleted: keas.build/trunk/setup.py
===================================================================
--- keas.build/trunk/setup.py	2013-03-06 14:54:59 UTC (rev 130046)
+++ keas.build/trunk/setup.py	2013-03-06 14:55:04 UTC (rev 130047)
@@ -1,68 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2008 Zope Foundation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Package setup.
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(
-    name='keas.build',
-    version='0.3.1dev',
-    author = "Stephan Richter and the Zope Community",
-    author_email = "zope-dev at zope.org",
-    description='A Build System',
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('src','keas','build','index.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license = "ZPL 2.1",
-    keywords = "zope3 release build",
-    classifiers = [
-        'Development Status :: 4 - Beta',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Framework :: Buildout'],
-    url = 'http://pypi.python.org/pypi/keas.build',
-    packages = find_packages('src'),
-    include_package_data = True,
-    package_dir = {'': 'src'},
-    namespace_packages = ['keas'],
-    extras_require = dict(
-      test = [
-          'zope.testing',
-          ],
-    ),
-    install_requires=[
-        'BeautifulSoup',
-        'setuptools',
-        ],
-    zip_safe = False,
-    entry_points = """
-    [console_scripts]
-    build = keas.build.build:main
-    build-package = keas.build.package:main
-    install = keas.build.install:main
-    """,
-    )



More information about the checkins mailing list