[Checkins] SVN: five.customerize/trunk/ Moved to GitHub.

Stephen Richter cvs-admin at zope.org
Sat Mar 2 02:09:33 UTC 2013


Log message for revision 129983:
  Moved to GitHub.

Changed:
  D   five.customerize/trunk/CHANGES.txt
  D   five.customerize/trunk/INSTALL.txt
  D   five.customerize/trunk/MANIFEST.in
  A   five.customerize/trunk/MOVED_TO_GITHUB
  D   five.customerize/trunk/README.txt
  D   five.customerize/trunk/bootstrap.py
  D   five.customerize/trunk/buildout.cfg
  D   five.customerize/trunk/setup.py
  D   five.customerize/trunk/src/

-=-
Deleted: five.customerize/trunk/CHANGES.txt
===================================================================
--- five.customerize/trunk/CHANGES.txt	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/CHANGES.txt	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,100 +0,0 @@
-CHANGES
-=======
-
-1.1.1 (unreleased)
-------------------
-
-- Nothing changed yet.
-
-
-1.1 (2012-08-30)
-----------------
-
-- Removed dependency and support for zope.app.pagetemplate.
-
-
-1.0.3 (2012-05-07)
-------------------
-
-- Fix bug which prevented authorization of TTW views in Zope 2.12+
-  [davisagli]
-
-1.0.2 (2011-10-07)
-------------------
-
-- Fixed: mangle works when a template has in its path
-  a folder which name starts with a dot.
-  [thomasdesvenain]
-
-1.0.1 - 2011-04-03
-------------------
-
-- Made tests compatible with PluggableAuthService 1.7.3
-  [esteele]
-
-1.0 - 2010-06-13
-----------------
-
-- Package metadata cleanup and provide a buildout configuration for testing
-  the package on its own.
-  [hannosch]
-
-- Made tests compatible with Zope 2.13 and avoid deprecation warnings.
-  [hannosch]
-
-1.0b1 - 2010-05-01
-------------------
-
-- Updated imports to avoid dependencies on zope.app.component and
-  zope.app.container.
-  [davisagli]
-
-- Fixed a memory leak by making sure that TTW view subclasses are only
-  generated once, rather than once per request.
-  [davisagli]
-
-- Make sure TTW viewlet and portlet classes get the containing view as the
-  view parameter on initialization, rather than getting themselves.
-  [davisagli]
-
-1.0a1 - 2009-11-14
-------------------
-
-- Support Zope 2.12's BoundPageTemplateFile.
-
-- Fixed deprecation warnings for use of Globals.
-
-- Specify all package dependencies.
-
-- Avoid a dependency on zope.app.apidoc by copying over the getViews method.
-
-0.3 - 2008-07-07
-----------------
-
-- Fix for the long-standing issue where the security context had mysteriously
-  gone missing.
-
-0.2 - 2007-08-17
-----------------
-
-- Support for viewlets and portlets as used in Plone 3.0
-
-0.1.3 - 2007-07-08
-------------------
-
-- Fix in setup.py
-
-0.1.2 - 2007-05-04
-------------------
-
-- Release for Plone 3.0beta3 without OSX metadata
-
-0.1.1 - 2007-03-03
-------------------
-
-- Minor tweaks and enhancements for the integration into Plone 3.0
-
-0.1 - 2006-10-30
-----------------
-
-- Initial version.

Deleted: five.customerize/trunk/INSTALL.txt
===================================================================
--- five.customerize/trunk/INSTALL.txt	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/INSTALL.txt	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,35 +0,0 @@
-Installing This Package
-=======================
-
-Prerequisites
--------------
-
-* Zope 2.12.x
-
-* setuptools
-
-
-Installation
-------------
-
-Install the distribution as a normal egg into your Zope environment.
-
-Configuration
--------------
-
-Place a ``five.customerize-configure.zcml`` file into your instance's
-``etc/package-includes`` directory with the following contents::
-
-  <include package="five.customerize" />
-
-Alternatively, you can also add this line to the bottom of ``etc/site.zcml``
-or include the line into another packages ``configure.zcml``.
-
-
-Running the Tests
------------------
-
-Use the following command to run this package's tests:
-
-  $ bin/test -s five.customerize
-

Deleted: five.customerize/trunk/MANIFEST.in
===================================================================
--- five.customerize/trunk/MANIFEST.in	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/MANIFEST.in	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,5 +0,0 @@
-include *
-
-recursive-include src *
-
-global-exclude *pyc

Added: five.customerize/trunk/MOVED_TO_GITHUB
===================================================================
--- five.customerize/trunk/MOVED_TO_GITHUB	                        (rev 0)
+++ five.customerize/trunk/MOVED_TO_GITHUB	2013-03-02 02:09:32 UTC (rev 129983)
@@ -0,0 +1 @@
+See https://github.com/zopefoundation/five.customerize
\ No newline at end of file

Deleted: five.customerize/trunk/README.txt
===================================================================
--- five.customerize/trunk/README.txt	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/README.txt	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,25 +0,0 @@
-five.customerize
-================
-
-Overview
---------
-
-``five.customerize`` provides the ability to locally customize Page
-Template-based browser views, much like it is possible to customize
-file-system based view templates in the CMF's portal_skin tools.
-
-Developer Resources
--------------------
-
-- Subversion browser:
-
-  http://svn.zope.org/five.customerize
-
-- Read-only Subversion checkout:
-
-  $ svn co http://svn.zope.org/repos/main/five.customerize/trunk
-
-- Writable Subversion checkout:
-
-  $ svn co svn+ssh://svn.zope.org/repos/main/five.customerize/trunk
-

Deleted: five.customerize/trunk/bootstrap.py
===================================================================
--- five.customerize/trunk/bootstrap.py	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/bootstrap.py	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,60 +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()
-
-try:
-    import pkg_resources
-except ImportError:
-    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
-
-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
-assert os.spawnle(
-    os.P_WAIT, sys.executable, quote (sys.executable),
-    '-c', quote (cmd), '-mqNxd', quote (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: five.customerize/trunk/buildout.cfg
===================================================================
--- five.customerize/trunk/buildout.cfg	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/buildout.cfg	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,9 +0,0 @@
-[buildout]
-parts = test
-develop = .
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = 
-    five.customerize
-defaults = ['-c', '--module', 'five.customerize']

Deleted: five.customerize/trunk/setup.py
===================================================================
--- five.customerize/trunk/setup.py	2013-03-02 02:09:26 UTC (rev 129982)
+++ five.customerize/trunk/setup.py	2013-03-02 02:09:32 UTC (rev 129983)
@@ -1,64 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2004 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.
-#
-##############################################################################
-""" Setup for five.customerize package """
-
-from setuptools import setup
-
-version = '1.1.1.dev0'
-
-setup(name = 'five.customerize',
-      version = version,
-      description = 'TTW customization of template-based Zope views',
-      long_description = (open('README.txt').read() + "\n" +
-                          open('CHANGES.txt').read()),
-      keywords = 'zope views templates customization ttw',
-      author = 'Zope Foundation and Contributors',
-      author_email = 'z3-five at codespeak.net',
-      url = 'http://pypi.python.org/pypi/five.customerize',
-      license = 'ZPL 2.1',
-      packages = ['five', 'five.customerize'],
-      package_dir = {'': 'src'},
-      namespace_packages = ['five',],
-      include_package_data = True,
-      platforms = 'Any',
-      zip_safe = False,
-      install_requires=[
-        'setuptools',
-        'plone.portlets',
-        'zope.component',
-        'zope.componentvocabulary',
-        'zope.dottedname',
-        'zope.interface',
-        'zope.lifecycleevent',
-        'zope.pagetemplate',
-        'zope.publisher',
-        'zope.schema',
-        'zope.site',
-        'zope.testing',
-        'zope.traversing',
-        'zope.viewlet',
-        'transaction',
-        'Acquisition',
-        'Zope2',
-      ],
-      classifiers = [
-        'Development Status :: 5 - Production/Stable',
-        'Environment :: Web Environment',
-        'Framework :: Zope2',
-        'License :: OSI Approved :: Zope Public License',
-        'Operating System :: OS Independent',
-        'Programming Language :: Python',
-        'Topic :: Internet :: WWW/HTTP :: Site Management',
-      ],
-)



More information about the checkins mailing list