[Checkins] SVN: zc.sourcefactory/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Sat Feb 23 00:06:06 UTC 2013


Log message for revision 129689:
  Moved to GitHub.

Changed:
  D   zc.sourcefactory/trunk/CHANGES.txt
  D   zc.sourcefactory/trunk/COPYRIGHT.txt
  D   zc.sourcefactory/trunk/LICENSE.txt
  A   zc.sourcefactory/trunk/MOVED_TO_GITHUB
  D   zc.sourcefactory/trunk/bootstrap.py
  D   zc.sourcefactory/trunk/buildout.cfg
  D   zc.sourcefactory/trunk/setup.py
  D   zc.sourcefactory/trunk/src/

-=-
Deleted: zc.sourcefactory/trunk/CHANGES.txt
===================================================================
--- zc.sourcefactory/trunk/CHANGES.txt	2013-02-23 00:01:56 UTC (rev 129688)
+++ zc.sourcefactory/trunk/CHANGES.txt	2013-02-23 00:06:06 UTC (rev 129689)
@@ -1,110 +0,0 @@
-=======
-Changes
-=======
-
-0.7.1 (unreleased)
-==================
-
-- ``BasicSourceFactory`` now uses a class variable to tell what kind of
-  source to make. (Same mechanism as it was added for
-  ``ContextualSourceFactory`` in version 0.5.0).
-
-
-0.7.0 (2010-09-17)
-==================
-
-    - Using Python's ``doctest`` instead of deprecated
-      ``zope.testing.doctest``.
-
-    - Using ``zope.keyreference`` as test dependency instead of
-      ``zope.app.keyreference``.
-
-
-0.6.0 (2009-08-15)
-==================
-
-    - Change package homepage to PyPI instead of Subversion.
-
-    - Dropped Support for Zope 3.2 by removing a conditional import.
-
-    - Use hashlib for Python 2.5 and later to avoid deprecation warnings.
-
-
-0.5.0 (2009-02-03)
-==================
-
-    - FactoredContextualSourceBinder.__call__ now accepts arguments giving the
-      args to pass to source class.  ContextualSourceFactory now uses a class
-      variable to tell what kind of Source to make.
-
-    - Use zope.intid instead of zope.app.intid.
-
-    - Corrected e-mail address as zope3-dev at zope.org has been retired.
-
-
-0.4.0 (2008-12-11)
-==================
-
-    - Removed zope.app.form dependency. Changed ITerms import from
-      zope.app.form.browser.interfaces to
-      zope.browser.interfaces. [projekt01]
-
-
-0.3.5 (2008-12-08)
-==================
-
-    - Fixed bug in __new__ of contexual factories that would disallow
-      subclasses to use constructors that expect a different
-      signature. [icemac]
-
-
-0.3.4 (2008-08-27)
-==================
-
-    - Added all documents in package to long description, so they are
-      readable in pypi. [icemac]
-
-0.3.3 (2008-06-10)
-==================
-
-    - Fixed bug in __new__ of factories that would disallow subclasses to use
-      constructors that expect a different signature. (Thanks to Sebastian
-      Wehrmann for the patch.)
-
-0.3.2 (2008-04-09)
-==================
-
-    - Fixed scalability bug caused by missing __nonzero__ on ValueMappingSource
-
-
-0.3.1 (2008-02-12)
-==================
-
-    - Fixed scalability bug caused by missing __nonzero__ on BasicSourceFactory
-
-
-0.3.0 (??????????)
-==================
-
-    - Added class-level defaults for attributes that are declared in the
-      interfaces to not have the Zope 2 security machinery complain about
-      them.
-
-
-0.2.1 (2007-07-10)
-==================
-
-    - Fixed a bug in the contextual token policy that was handling the
-      resolution of values for a given token incorrectly.
-
-
-0.2.0 (2007-07-10)
-==================
-
-    - Added a contextual token policy interface that allows getToken and
-      getValue to access the cotext for contextual sources.
-
-    - Added a contextual term policy interface that allows createTerm and
-      getTitle to access the context for contextual sources.
-
-    - Added compatibility for Zope 3.2 and Zope 2.9 (via Five 1.3)

Deleted: zc.sourcefactory/trunk/COPYRIGHT.txt
===================================================================
--- zc.sourcefactory/trunk/COPYRIGHT.txt	2013-02-23 00:01:56 UTC (rev 129688)
+++ zc.sourcefactory/trunk/COPYRIGHT.txt	2013-02-23 00:06:06 UTC (rev 129689)
@@ -1,9 +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. 

Deleted: zc.sourcefactory/trunk/LICENSE.txt
===================================================================
--- zc.sourcefactory/trunk/LICENSE.txt	2013-02-23 00:01:56 UTC (rev 129688)
+++ zc.sourcefactory/trunk/LICENSE.txt	2013-02-23 00:06:06 UTC (rev 129689)
@@ -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: zc.sourcefactory/trunk/MOVED_TO_GITHUB
===================================================================
--- zc.sourcefactory/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ zc.sourcefactory/trunk/MOVED_TO_GITHUB	2013-02-23 00:06:06 UTC (rev 129689)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/zc.sourcefactory
\ No newline at end of file

Deleted: zc.sourcefactory/trunk/bootstrap.py
===================================================================
--- zc.sourcefactory/trunk/bootstrap.py	2013-02-23 00:01:56 UTC (rev 129688)
+++ zc.sourcefactory/trunk/bootstrap.py	2013-02-23 00:06:06 UTC (rev 129689)
@@ -1,52 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2006 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: bootstrap.py 72703 2007-02-20 11:49:26Z jim $
-"""
-
-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: zc.sourcefactory/trunk/buildout.cfg
===================================================================
--- zc.sourcefactory/trunk/buildout.cfg	2013-02-23 00:01:56 UTC (rev 129688)
+++ zc.sourcefactory/trunk/buildout.cfg	2013-02-23 00:06:06 UTC (rev 129689)
@@ -1,7 +0,0 @@
-[buildout]
-develop = .
-parts = test
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zc.sourcefactory [test]

Deleted: zc.sourcefactory/trunk/setup.py
===================================================================
--- zc.sourcefactory/trunk/setup.py	2013-02-23 00:01:56 UTC (rev 129688)
+++ zc.sourcefactory/trunk/setup.py	2013-02-23 00:06:06 UTC (rev 129689)
@@ -1,78 +0,0 @@
-##############################################################################
-#
-# Copyright 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.
-#
-##############################################################################
-version = '0.7.1dev'
-
-from setuptools import setup, find_packages
-import os.path
-
-def read_file(*args):
-    path = os.path.join(os.path.dirname(__file__), *args)
-    file_contents = open(path, "r").read()
-    return file_contents + "\n\n"
-
-setup(
-    name="zc.sourcefactory",
-    version=version,
-    author="Zope Corporation and Contributors",
-    author_email="zope-dev at zope.org",
-    url="http://pypi.python.org/pypi/zc.sourcefactory",
-    keywords="zope zope3 vocabulary source factory",
-    description="An easy way to create custom Zope 3 sources.",
-    license="ZPL 2.1",
-    long_description=(
-        read_file("src", "zc", "sourcefactory", "README.txt") +
-        read_file("src", "zc", "sourcefactory", "mapping.txt") +
-        read_file("src", "zc", "sourcefactory", "constructors.txt") +
-        read_file("src", "zc", "sourcefactory", "adapters.txt") +
-        read_file("src", "zc", "sourcefactory", "browser", "README.txt") +
-        read_file("src", "zc", "sourcefactory", "browser", "token.txt") +
-        read_file("CHANGES.txt")
-        ),
-    classifiers = [
-        "Topic :: Software Development",
-        "Framework :: Zope3",
-        "Development Status :: 5 - Production/Stable",
-        "Intended Audience :: Developers",
-        "License :: OSI Approved",
-        "License :: OSI Approved :: Zope Public License",
-        "Natural Language :: English",
-        "Operating System :: OS Independent",
-        "Programming Language :: Python",
-        ],
-
-    packages=find_packages('src'),
-    package_dir={'':'src'},
-
-    include_package_data=True,
-    install_requires=[
-        "setuptools",
-        "ZODB3",
-        "zope.intid",
-        "zope.browser",
-        "zope.component",
-        "zope.dublincore",
-        "zope.interface",
-        "zope.proxy",
-        "zope.publisher",
-        "zope.schema",
-        ],
-    namespace_packages=['zc'],
-    extras_require={
-        "test": ["zope.testing",
-                 "zope.app.testing",
-                 "zope.keyreference",
-                 "zope.app.zcmlfiles",
-                 ]},
-    zip_safe=False,
-    )



More information about the checkins mailing list