[Checkins] SVN: zope.processlifetime/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Fri Feb 22 14:15:08 UTC 2013


Log message for revision 129644:
  Moved to GitHub.

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

-=-
Deleted: zope.processlifetime/trunk/CHANGES.txt
===================================================================
--- zope.processlifetime/trunk/CHANGES.txt	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/CHANGES.txt	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1,20 +0,0 @@
-zope.processlifetime Changelog
-==============================
-
-2.0 (2013-02-22)
-----------------
-
-- Replaced deprecated ``zope.interface.implements`` usage with equivalent
-  ``zope.interface.implementer`` decorator.
-
-- Dropped support for Python 2.4 and 2.5.
-
-- Added support for Python 3.2 and 3.3
-
-
-
-1.0 (2009-05-13)
-----------------
-
-- Split out event interfaces / implementations from ``zope.app.appsetup``
-  version 3.10.2.

Deleted: zope.processlifetime/trunk/COPYRIGHT.txt
===================================================================
--- zope.processlifetime/trunk/COPYRIGHT.txt	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/COPYRIGHT.txt	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: zope.processlifetime/trunk/LICENSE.txt
===================================================================
--- zope.processlifetime/trunk/LICENSE.txt	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/LICENSE.txt	2013-02-22 14:15:08 UTC (rev 129644)
@@ -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.

Deleted: zope.processlifetime/trunk/MANIFEST.in
===================================================================
--- zope.processlifetime/trunk/MANIFEST.in	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/MANIFEST.in	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1 +0,0 @@
-include *.txt

Added: zope.processlifetime/trunk/MOVED_TO_GITHUB
===================================================================
--- zope.processlifetime/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ zope.processlifetime/trunk/MOVED_TO_GITHUB	2013-02-22 14:15:08 UTC (rev 129644)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/zope.processlifetime
\ No newline at end of file

Deleted: zope.processlifetime/trunk/README.txt
===================================================================
--- zope.processlifetime/trunk/README.txt	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/README.txt	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1,7 +0,0 @@
-zope.processlifetime README
-===========================
-
-This package provides interfaces / implementations for events relative to
-the lifetime of a server process (startup, database opening, etc.)
-
-It is derived from Zope 3.4's 'zope.app.appsetup'.

Deleted: zope.processlifetime/trunk/bootstrap.py
===================================================================
--- zope.processlifetime/trunk/bootstrap.py	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/bootstrap.py	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1,50 +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.
-"""
-
-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: zope.processlifetime/trunk/buildout.cfg
===================================================================
--- zope.processlifetime/trunk/buildout.cfg	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/buildout.cfg	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1,16 +0,0 @@
-[buildout]
-develop = .
-parts = test python tags
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.processlifetime
-
-[python]
-recipe = zc.recipe.egg
-eggs = zope.processlifetime
-interpreter = python
-
-[tags]
-recipe = z3c.recipe.tag:tags
-eggs = zope.processlifetime

Deleted: zope.processlifetime/trunk/setup.py
===================================================================
--- zope.processlifetime/trunk/setup.py	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/setup.py	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1,61 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2009 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.
-#
-##############################################################################
-"""Setup for zope.processlifetime package
-"""
-import os
-from setuptools import find_packages
-from setuptools import setup
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(
-    name='zope.processlifetime',
-    version = '2.0',
-    author='Zope Foundation and Contributors',
-    author_email='zope-dev at zope.org',
-    description="Zope process lifetime events",
-    long_description=(read('README.txt') + '\n\n' +
-                      read('CHANGES.txt')),
-    license='ZPL 2.1',
-    keywords="zope process lifetime events",
-    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',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3',
-        'Framework :: Zope2',
-        ],
-    url='http://pypi.python.org/pypi/zope.processlifetime',
-    packages=find_packages('src'),
-    package_dir={'': 'src'},
-    test_suite='zope.processlifetime.tests',
-    namespace_packages=['zope'],
-    install_requires=['setuptools',
-                      'zope.interface',
-                     ],
-    include_package_data=True,
-    zip_safe=False,
-    )

Deleted: zope.processlifetime/trunk/tox.ini
===================================================================
--- zope.processlifetime/trunk/tox.ini	2013-02-22 13:39:16 UTC (rev 129643)
+++ zope.processlifetime/trunk/tox.ini	2013-02-22 14:15:08 UTC (rev 129644)
@@ -1,5 +0,0 @@
-[tox]
-envlist = py26,py27,py32,py33
-
-[testenv]
-commands = python setup.py test -q



More information about the checkins mailing list