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

Stephen Richter cvs-admin at zope.org
Tue Mar 12 13:32:23 UTC 2013


Log message for revision 130085:
  Moved to GitHub.

Changed:
  D   zope.app.component/trunk/CHANGES.txt
  D   zope.app.component/trunk/COPYRIGHT.txt
  D   zope.app.component/trunk/LICENSE.txt
  A   zope.app.component/trunk/MOVED_TO_GITHUB
  D   zope.app.component/trunk/README.txt
  D   zope.app.component/trunk/bootstrap.py
  D   zope.app.component/trunk/buildout.cfg
  D   zope.app.component/trunk/setup.py
  D   zope.app.component/trunk/src/

-=-
Deleted: zope.app.component/trunk/CHANGES.txt
===================================================================
--- zope.app.component/trunk/CHANGES.txt	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/CHANGES.txt	2013-03-12 13:32:23 UTC (rev 130085)
@@ -1,160 +0,0 @@
-=======
-CHANGES
-=======
-
-3.9.4 (unreleased)
-------------------
-
-- Nothing changed yet.
-
-
-3.9.3 (2011-07-27)
-------------------
-
-- Replaced an undeclared test dependency on ``zope.app.authentication`` with
-  ``zope.password``.
-
-- Removed unneeded dependencies.
-
-
-3.9.2 (2010-09-17)
-------------------
-
-- Replaced a testing dependency on ``zope.app.securitypolicy`` with one on
-  ``zope.securitypolicy``.
-
-
-3.9.1 (2010-09-01)
-------------------
-
-- No longer using deprecated ``zope.testing.doctest``. Use python's build-in
-  ``doctest`` instead.
-
-- Replaced the dependency on ``zope.deferredimport`` with BBB imports.
-
-
-3.9.0 (2010-07-19)
-------------------
-
-- Added missing BBB import in ``zope.app.component.metaconfigure``.
-
-- Requiring at least ``zope.component`` 3.8 where some modules have
-  moved which are BBB imported here.
-
-
-3.8.4 (2010-01-08)
-------------------
-
-- Import hooks functionality from zope.component after it was moved there from
-  zope.site.
-
-- Import ISite and IPossibleSite from zope.component after they were moved
-  there from zope.location. This lifts the direct dependency on zope.location.
-
-- Fix tests using a newer zope.publisher that requires zope.login.
-
-3.8.3 (2009-07-11)
-------------------
-
-- Removed unnecessary dependency on ``zope.app.interface``.
-
-
-3.8.2 (2009-05-22)
-------------------
-
-- Fix missing import in ``zope.app.component.metadirectives``.
-
-
-3.8.1 (2009-05-21)
-------------------
-
-- Add deprecation note.
-
-3.8.0 (2009-05-21)
-------------------
-
-- IMPORTANT: this package is now empty except for some ZMI definitions
-  in zope.app.component.browser. Functionality from this package has
-  been moved to ``zope.site``, ``zope.componentvocabulary`` and
-  ``zope.component``, so preferably import from those locations.
-
-- zope.componentvocabulary has the vocabulary implementations that
-  were in zope.app.componentvocabulary now, import them from there for
-  backwards compatibility.
-
-- moved zope:resource and zope:view directive implementation and tests
-  over into zope.component [zcml].
-
-3.7.0 (2009-04-01)
-------------------
-
-- Removed deprecated `zope:defaultView` directive and its
-  implementation.  New directive to set default view is
-  `browser:defaultView`.
-
-3.6.1 (2009-03-12)
-------------------
-
-- Make ``class`` directive schemas importable from old location,
-  raising a deprecation warning. It was moved in the previous release,
-  but some custom directives could possibly use its schemas.
-
-- Deprecate import of ClassDirective to announce about new location.
-
-- Change package's mailing list address to zope-dev at zope.org,
-  because zope3-dev at zope.org is now retired.
-
-- Adapt to the move of IDefaultViewName from zope.component.interfaces
-  to zope.publisher.interfaces.
-
-3.6.0 (2009-01-31)
-------------------
-
-- Moved the implementation of the <class> directive from this package to
-  `zope.security`.  In particular, the module
-  `zope.app.component.contentdirective` has moved to
-  `zope.security.metaconfigure`, and a compatibility import has been
-  left in its place.
-
-- Extracted `zope.site` from zope.app.component with backwards
-  compatibility imports in place. Local site related functionality
-  is now in `zope.site` and packages should import from there.
-
-- Remove more deprecated on 3.5 code:
-
-  * zope.app.component.fields module that was pointing to the
-    removed back35's LayerField.
-  * zope.app.component.interface module that was moved to
-    zope.component.interface ages ago.
-  * zope:content and zope:localUtility directives.
-  * zope:factory directive.
-  * deprecated imports in zope.component.metaconfigure
-  * browser:tool directive and all zope.component.browser
-    meta.zcml stuff.
-
-- Remove "back35" extras_require as it doesn't make
-  any sense now.
-
-- Remove zope.modulealias test dependency as it is
-  not used anywhere.
-
-- Deprecate ISite and IPossibleSite imports from
-  zope.app.component.interfaces. They were moved
-  to zope.location.interfaces ages ago. Fix imports
-  in zope.app.component itself.
-
-3.5.0 (2008-10-13)
-------------------
-
-- Remove deprecated code slated for removal on 3.5.
-
-3.4.1 (2007-10-31)
-------------------
-
-- Resolve ``ZopeSecurityPolicy`` deprecation warning.
-
-
-3.4.0 (2007-10-11)
-------------------
-
-- Initial release independent of the main Zope tree.

Deleted: zope.app.component/trunk/COPYRIGHT.txt
===================================================================
--- zope.app.component/trunk/COPYRIGHT.txt	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/COPYRIGHT.txt	2013-03-12 13:32:23 UTC (rev 130085)
@@ -1 +0,0 @@
-Zope Foundation and Contributors
\ No newline at end of file

Deleted: zope.app.component/trunk/LICENSE.txt
===================================================================
--- zope.app.component/trunk/LICENSE.txt	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/LICENSE.txt	2013-03-12 13:32:23 UTC (rev 130085)
@@ -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.app.component/trunk/MOVED_TO_GITHUB
===================================================================
--- zope.app.component/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ zope.app.component/trunk/MOVED_TO_GITHUB	2013-03-12 13:32:23 UTC (rev 130085)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/zope.app.component
\ No newline at end of file

Deleted: zope.app.component/trunk/README.txt
===================================================================
--- zope.app.component/trunk/README.txt	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/README.txt	2013-03-12 13:32:23 UTC (rev 130085)
@@ -1,6 +0,0 @@
-NOTE: this package is deprecated. Its functionality has been moved to
-more reusable packages, namely: zope.component, zope.security, zope.site
-and zope.componentvocabulary. Please import from there instead.
-
-This package provides various ZCML directives (view, resource) and a
-user interface related to local component management.

Deleted: zope.app.component/trunk/bootstrap.py
===================================================================
--- zope.app.component/trunk/bootstrap.py	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/bootstrap.py	2013-03-12 13:32:23 UTC (rev 130085)
@@ -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.app.component/trunk/buildout.cfg
===================================================================
--- zope.app.component/trunk/buildout.cfg	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/buildout.cfg	2013-03-12 13:32:23 UTC (rev 130085)
@@ -1,18 +0,0 @@
-[buildout]
-develop = .
-parts = test coverage-test coverage-report
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zope.app.component [test]
-
-[coverage-test]
-recipe = zc.recipe.testrunner
-eggs = zope.app.component [test]
-defaults = ['--coverage', '../../coverage']
-
-[coverage-report]
-recipe = zc.recipe.egg
-eggs = z3c.coverage
-scripts = coverage=coverage-report
-arguments = ('coverage', 'coverage/report')

Deleted: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2013-03-12 13:32:15 UTC (rev 130084)
+++ zope.app.component/trunk/setup.py	2013-03-12 13:32:23 UTC (rev 130085)
@@ -1,82 +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.
-##############################################################################
-"""Setup for zope.app.component package
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(name='zope.app.component',
-      version='3.9.4dev',
-      author='Zope Corporation and Contributors',
-      author_email='zope-dev at zope.org',
-      description='Local Zope Component Support',
-      long_description=(
-          read('README.txt')
-          + '\n\n.. contents:: \n\n' +
-          read('CHANGES.txt')
-          ),
-      keywords="zope component architecture local",
-      classifiers=[
-          'Development Status :: 5 - Production/Stable',
-          'Environment :: Web Environment',
-          'Intended Audience :: Developers',
-          'License :: OSI Approved :: Zope Public License',
-          'Programming Language :: Python',
-          'Natural Language :: English',
-          'Operating System :: OS Independent',
-          'Topic :: Internet :: WWW/HTTP',
-          'Framework :: Zope3'],
-      url='http://pypi.python.org/pypi/zope.app.component',
-      license='ZPL 2.1',
-      packages=find_packages('src'),
-      package_dir={'': 'src'},
-      namespace_packages=['zope', 'zope.app'],
-      extras_require=dict(
-          test=[
-              'zope.app.testing',
-              'zope.app.zcmlfiles',
-              'zope.login',
-              'zope.password',
-              'zope.securitypolicy',
-              'zope.testbrowser',
-                ]),
-      install_requires=[
-          'setuptools',
-          'zope.site',
-          'zope.app.container',
-          'zope.app.pagetemplate',
-          'zope.component [hook,zcml] >= 3.8',
-          'zope.deprecation',
-          'zope.exceptions',
-          'zope.formlib',
-          'zope.i18nmessageid',
-          'zope.interface',
-          'zope.publisher>=3.12.0',
-          'zope.schema',
-          'zope.security',
-          'zope.traversing',
-          'zope.componentvocabulary',
-          ],
-      include_package_data=True,
-      zip_safe=False,
-      )
-



More information about the checkins mailing list