[Checkins] SVN: zope.configuration/trunk/ This package moved to Github a while ago.

Stephen Richter cvs-admin at zope.org
Tue Feb 19 15:07:43 UTC 2013


Log message for revision 129458:
  This package moved to Github a while ago.
  

Changed:
  D   zope.configuration/trunk/CHANGES.txt
  D   zope.configuration/trunk/COPYRIGHT.txt
  D   zope.configuration/trunk/LICENSE.txt
  A   zope.configuration/trunk/MOVED_TO_GITHUB
  D   zope.configuration/trunk/README.txt
  D   zope.configuration/trunk/bootstrap.py
  D   zope.configuration/trunk/buildout.cfg
  D   zope.configuration/trunk/docs/
  D   zope.configuration/trunk/setup.cfg
  D   zope.configuration/trunk/setup.py
  D   zope.configuration/trunk/src/
  D   zope.configuration/trunk/tox.ini

-=-
Deleted: zope.configuration/trunk/CHANGES.txt
===================================================================
--- zope.configuration/trunk/CHANGES.txt	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/CHANGES.txt	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,148 +0,0 @@
-zope.configuration Changelog
-============================
-
-4.0.3 (unreleased)
-------------------
-
-- TBD
-
-4.0.2 (2012-12-31)
-------------------
-
-- Fleshed out PyPI Trove classifiers.
-
-- Removed spurious declaration of 'test' dependency on ``zope.testing``.
-
-4.0.1 (2012-11-21)
-------------------
-
-- Added support for Python 3.3.
-
-- Removed the deprecated 'zope.configuration.stxdocs' script.
-  and made the 'zope.configuration.tests.conditions' helper module
-  (used in running Sphinx doctest snippets) Py3k compatible.
-  https://bugs.launchpad.net/zope.configuration/+bug/1025390
-
-4.0.0 (2012-05-16)
-------------------
-
-- 100% unit test coverage.
-
-- Automated build of Sphinx HTML docs and running doctest snippets via tox.
-
-- Dropped hard testing dependency on ``zope.testing``.
-
-- Added explicit support for PyPy.
-
-- Added explicit support for Python 3.2.
-
-- Dropped explicit support for Python 2.4 / 2.5.
-
-- Added support for continuous integration using ``tox`` and ``jenkins``.
-
-- Added ``Sphinx`` documentation.
-
-- Added ``setup.py docs`` alias (installs ``Sphinx`` and dependencies).
-
-- Added ``setup.py dev`` alias (runs ``setup.py develop`` plus installs
-  ``nose`` and ``coverage``).
-
-3.8.1 (2012-05-05)
-------------------
-
-- Fixed Python 2.4 backwards incompat (itemgetter used with multiple args);
-  Python 2.4 now works (at least if you use zope.schema == 3.8.1).
-  This is the last release which will support Python 2.4 or 2.5.
-
-3.8.0 (2011-12-06)
-------------------
-
-- Action structures changed from tuples to dictionaries to allow for action
-  structure extensibility (merged chrism-dictactions branch).
-
-3.7.4 (2011-04-03)
-------------------
-
-- Test fixes for Windows.
-
-3.7.3 (2011-03-11)
-------------------
-
-- Correctly locate packages with a __path__ attribute but no
-  __file__ attribute (such as namespace packages installed with setup.py
-  install --single-version-externally-managed).
-
-- Allow "info" and "includepath" to be passed optionally to context.action.
-
-3.7.2 (2010-04-30)
-------------------
-
-- Prefer the standard libraries doctest module over zope.testing.doctest.
-
-3.7.1 (2010-01-05)
-------------------
-
-- Jython support: use ``__builtin__`` module import rather than assuming
-  ``__builtins__`` is available.
-
-- Jython support: deal with the fact that the Jython SAX parser
-  returns attribute sets that have an empty string indicating no
-  namespace instead of ``None``.
-
-- Allow ``setup.py test`` to run at least a subset of the tests that
-  would be run when using the zope testrunner: ``setup.py test`` runs
-  53 tests, while ``bin/test`` runs 156.
-
-3.7.0 (2009-12-22)
-------------------
-
-- Adjust testing output to newer zope.schema.
-
-- Prefer zope.testing.doctest over doctestunit.
-
-3.6.0 (2009-04-01)
-------------------
-
-- Removed dependency of `zope.deprecation` package.
-
-- Don't suppress deprecation warnings any more in 'zope.configuration'
-  package level. This makes it more likely other packages will generate
-  deprecation warnings now, which will allow us to remove more
-  outdated ones.
-
-- Don't fail when zope.testing is not installed.
-
-- Added missing ``processFile`` method to ``IConfigurationContext``.
-  It is already implemented in the mix-in class,
-  ``zope.configuration.config.ConfigurationContext``, and used by
-  implementations of ``include`` and ``exclude`` directives.
-
-3.5.0 (2009-02-26)
-------------------
-
-- Added the ``exclude`` directive to standard directives. It was
-  previously available via ``zc.configuration`` package and now it's
-  merged into ``zope.configuration``.
-
-- Changed package's mailing list address to zope-dev at zope.org,
-  change "cheeseshop" to "pypi" in the package's url.
-
-3.4.1 (2008-12-11)
-------------------
-
-- Use built-in 'set' type, rather than importin the 'sets' module,
-  which is deprecated in Python 2.6.
-
-- Added support to bootstrap on Jython.
-
-3.4.0 (2007-10-02)
-------------------
-
-- Initial release as a standalone package.
-
-Before 3.4.0
-------------
-
-This package was part of the Zope 3 distribution and did not have its own
-CHANGES.txt. For earlier changes please refer to either our subversion log or
-the CHANGES.txt of earlier Zope 3 releases.

Deleted: zope.configuration/trunk/COPYRIGHT.txt
===================================================================
--- zope.configuration/trunk/COPYRIGHT.txt	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/COPYRIGHT.txt	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: zope.configuration/trunk/LICENSE.txt
===================================================================
--- zope.configuration/trunk/LICENSE.txt	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/LICENSE.txt	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,44 +0,0 @@
-Zope Public License (ZPL) Version 2.1
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-1. Redistributions in source code must retain the accompanying copyright
-notice, this list of conditions, and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the accompanying copyright
-notice, this list of conditions, and the following disclaimer in the
-documentation and/or other materials provided with the distribution.
-
-3. Names of the copyright holders must not be used to endorse or promote
-products derived from this software without prior written permission from the
-copyright holders.
-
-4. The right to distribute this software or to use it for any purpose does not
-give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-copyright
-holders. Use of them is covered by separate agreement with the copyright
-holders.
-
-5. If any files are modified, you must cause the modified files to carry
-prominent notices stating that you changed the files and the date of any
-change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: zope.configuration/trunk/MOVED_TO_GITHUB
===================================================================
--- zope.configuration/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ zope.configuration/trunk/MOVED_TO_GITHUB	2013-02-19 15:07:42 UTC (rev 129458)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/zope.configuration

Deleted: zope.configuration/trunk/README.txt
===================================================================
--- zope.configuration/trunk/README.txt	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/README.txt	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,14 +0,0 @@
-zope.configuration README
-=========================
-
-The zope configuration system provides an extensible system for
-supporting various kinds of configurations.
-
-It is based on the idea of configuration directives. Users of the
-configuration system provide configuration directives in some
-language that express configuration choices. The intent is that the
-language be pluggable.  An XML language is provided by default.
-
-Please see http://docs.zope.org/zope.configuration/ for the documentation.
-
-

Deleted: zope.configuration/trunk/bootstrap.py
===================================================================
--- zope.configuration/trunk/bootstrap.py	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/bootstrap.py	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,121 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 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.
-#
-##############################################################################
-"""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
-from optparse import OptionParser
-
-tmpeggs = tempfile.mkdtemp()
-
-is_jython = sys.platform.startswith('java')
-
-# parsing arguments
-parser = OptionParser()
-parser.add_option("-v", "--version", dest="version",
-                          help="use a specific zc.buildout version")
-parser.add_option("-d", "--distribute",
-                   action="store_true", dest="distribute", default=False,
-                   help="Use Disribute rather than Setuptools.")
-
-parser.add_option("-c", None, action="store", dest="config_file",
-                   help=("Specify the path to the buildout configuration "
-                         "file to be used."))
-
-options, args = parser.parse_args()
-
-# if -c was provided, we push it back into args for buildout' main function
-if options.config_file is not None:
-    args += ['-c', options.config_file]
-
-if options.version is not None:
-    VERSION = '==%s' % options.version
-else:
-    VERSION = ''
-
-USE_DISTRIBUTE = options.distribute
-args = args + ['bootstrap']
-
-to_reload = False
-try:
-    import pkg_resources
-    if not hasattr(pkg_resources, '_distribute'):
-        to_reload = True
-        raise ImportError
-except ImportError:
-    ez = {}
-    if USE_DISTRIBUTE:
-        exec urllib2.urlopen('http://python-distribute.org/distribute_setup.py'
-                         ).read() in ez
-        ez['use_setuptools'](to_dir=tmpeggs, download_delay=0, no_fake=True)
-    else:
-        exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
-                             ).read() in ez
-        ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
-
-    if to_reload:
-        reload(pkg_resources)
-    else:
-        import pkg_resources
-
-if sys.platform == 'win32':
-    def quote(c):
-        if ' ' in c:
-            return '"%s"' % c # work around spawn lamosity on windows
-        else:
-            return c
-else:
-    def quote (c):
-        return c
-
-cmd = 'from setuptools.command.easy_install import main; main()'
-ws  = pkg_resources.working_set
-
-if USE_DISTRIBUTE:
-    requirement = 'distribute'
-else:
-    requirement = 'setuptools'
-
-if is_jython:
-    import subprocess
-
-    assert subprocess.Popen([sys.executable] + ['-c', quote(cmd), '-mqNxd',
-           quote(tmpeggs), 'zc.buildout' + VERSION],
-           env=dict(os.environ,
-               PYTHONPATH=
-               ws.find(pkg_resources.Requirement.parse(requirement)).location
-               ),
-           ).wait() == 0
-
-else:
-    assert os.spawnle(
-        os.P_WAIT, sys.executable, quote (sys.executable),
-        '-c', quote (cmd), '-mqNxd', quote (tmpeggs), 'zc.buildout' + VERSION,
-        dict(os.environ,
-            PYTHONPATH=
-            ws.find(pkg_resources.Requirement.parse(requirement)).location
-            ),
-        ) == 0
-
-ws.add_entry(tmpeggs)
-ws.require('zc.buildout' + VERSION)
-import zc.buildout.buildout
-zc.buildout.buildout.main(args)
-shutil.rmtree(tmpeggs)

Deleted: zope.configuration/trunk/buildout.cfg
===================================================================
--- zope.configuration/trunk/buildout.cfg	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/buildout.cfg	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,12 +0,0 @@
-[buildout]
-develop = .
-parts = test python
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.configuration [test]
-
-[python]
-recipe = zc.recipe.egg
-eggs = zope.configuration
-interpreter = python

Deleted: zope.configuration/trunk/setup.cfg
===================================================================
--- zope.configuration/trunk/setup.cfg	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/setup.cfg	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,11 +0,0 @@
-[nosetests]
-nocapture=1
-cover-package=zope.configuration
-cover-erase=1
-with-doctest=0
-where=src
-ignore-files=(bad|victim|notyet).py
-
-[aliases]
-dev = develop easy_install zope.configuration[testing]
-docs = easy_install zope.configuration[docs]

Deleted: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/setup.py	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,109 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 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.
-#
-##############################################################################
-# This package is developed by the Zope Toolkit project, documented here:
-# http://docs.zope.org/zopetoolkit
-# When developing and releasing this package, please follow the documented
-# Zope Toolkit policies as described by this documentation.
-##############################################################################
-
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-def _modname(path, base, name=''):
-    if path == base:
-        return name
-    dirname, basename = os.path.split(path)
-    return _modname(dirname, base, basename + '.' + name)
-
-def alltests():
-    import logging
-    import pkg_resources
-    import unittest
-
-    class NullHandler(logging.Handler):
-        level = 50
-        
-        def emit(self, record):
-            pass
-
-    logging.getLogger().addHandler(NullHandler())
-
-    suite = unittest.TestSuite()
-    base = pkg_resources.working_set.find(
-        pkg_resources.Requirement.parse('zope.configuration')).location
-    for dirpath, dirnames, filenames in os.walk(base):
-        if os.path.basename(dirpath) == 'tests':
-            for filename in filenames:
-                if ( filename.endswith('.py') and
-                     filename.startswith('test') ):
-                    mod = __import__(
-                        _modname(dirpath, base, os.path.splitext(filename)[0]),
-                        {}, {}, ['*'])
-                    suite.addTest(mod.test_suite())
-    return suite
-
-TESTS_REQUIRE = []
-
-setup(name='zope.configuration',
-      version = '4.0.3dev',
-      author='Zope Foundation and Contributors',
-      author_email='zope-dev at zope.org',
-      description='Zope Configuration Markup Language (ZCML)',
-      long_description=(
-          read('README.txt')
-          + '\n\n' +
-          read('CHANGES.txt')
-          ),
-      keywords = "zope configuration zcml",
-      classifiers = [
-          'Development Status :: 5 - Production/Stable',
-          'Environment :: Web Environment',
-          'Intended Audience :: Developers',
-          'License :: OSI Approved :: Zope Public License',
-          'Programming Language :: Python',
-          "Programming Language :: Python :: 2",
-          'Programming Language :: Python :: 2.6',
-          'Programming Language :: Python :: 2.7',
-          "Programming Language :: Python :: 3",
-          'Programming Language :: Python :: 3.2',
-          'Programming Language :: Python :: 3.3',
-          'Programming Language :: Python :: Implementation :: CPython',
-          'Programming Language :: Python :: Implementation :: PyPy',
-          'Natural Language :: English',
-          'Operating System :: OS Independent',
-          'Topic :: Internet :: WWW/HTTP',
-          'Framework :: Zope3'],
-      url='http://pypi.python.org/pypi/zope.configuration',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir={'': 'src'},
-      namespace_packages=['zope'],
-      extras_require={
-        'docs': ['Sphinx', 'repoze.sphinx.autointerface'],
-        'test': [],
-        'testing': TESTS_REQUIRE + ['nose', 'coverage'],
-      },
-      install_requires=['zope.i18nmessageid',
-                        'zope.interface',
-                        'zope.schema',
-                        'setuptools',
-                       ],
-      include_package_data=True,
-      zip_safe=False,
-      tests_require = TESTS_REQUIRE,
-      test_suite='__main__.alltests',
-      )

Deleted: zope.configuration/trunk/tox.ini
===================================================================
--- zope.configuration/trunk/tox.ini	2013-02-19 15:07:26 UTC (rev 129457)
+++ zope.configuration/trunk/tox.ini	2013-02-19 15:07:42 UTC (rev 129458)
@@ -1,45 +0,0 @@
-[tox]
-envlist = 
-# Jython support pending 2.7 support, due 2012-07-15 or so.  See:
-# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
-#   py26,py27,py32,jython,pypy,coverage
-    py26,py27,py32,py33,pypy,coverage,docs
-
-[testenv]
-deps =
-    zope.configuration[test]
-commands = 
-    python setup.py test -q
-
-[testenv:jython]
-commands = 
-   jython setup.py test -q
-
-[testenv:coverage]
-basepython =
-    python2.6
-commands = 
-#   The installed version messes up nose's test discovery / coverage reporting
-#   So, we uninstall that from the environment, and then install the editable
-#   version, before running nosetests.
-    pip uninstall -y zope.configuration
-    pip install -e .
-    nosetests --with-xunit --with-xcoverage
-deps =
-    zope.interface>=3.6.0
-    zope.event
-    nose
-    coverage
-    nosexcover
-
-[testenv:docs]
-basepython =
-    python2.6
-commands = 
-    sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
-    sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
-deps =
-    zope.interface>=3.6.0
-    zope.event
-    Sphinx
-    repoze.sphinx.autointerface



More information about the checkins mailing list