[Checkins] SVN: z3c.pypimirror/trunk/ deleted contents as project moved to launchpad long time ago and tests were broken here

Michael Howitz mh at gocept.com
Mon Aug 23 02:35:34 EDT 2010


Log message for revision 115876:
  deleted contents as project moved to launchpad long time ago and tests were broken here

Changed:
  D   z3c.pypimirror/trunk/CHANGES.txt
  D   z3c.pypimirror/trunk/TODO.txt
  D   z3c.pypimirror/trunk/ZPL.txt
  D   z3c.pypimirror/trunk/bootstrap.py
  D   z3c.pypimirror/trunk/buildout.cfg
  D   z3c.pypimirror/trunk/setup.py
  D   z3c.pypimirror/trunk/src/

-=-
Deleted: z3c.pypimirror/trunk/CHANGES.txt
===================================================================
--- z3c.pypimirror/trunk/CHANGES.txt	2010-08-23 06:29:15 UTC (rev 115875)
+++ z3c.pypimirror/trunk/CHANGES.txt	2010-08-23 06:35:34 UTC (rev 115876)
@@ -1,81 +0,0 @@
-Change history
-~~~~~~~~~~~~~~
-
-0.2.10 (2008-09-09)
-------------------
-
-- demo release for DZUG tutorial day
-
-0.2.9 (2008-09-04)
-------------------
-
-- fixed issue with logger changes in 0.2.8
-
-0.2.8 (2008-09-03)
-------------------
-
-- added highly experimental follow_external_index_pages option
-  in order to deal with external in a better way
-- fetching external download files only if they match the
-  current package name
-- some more logging
-- using TimedRotatingFileHandler for logging (rotating after one day)
-
-0.2.7 (2008-09-02)
-------------------
-
-- bahhh...forgotten pdb call :->
-
-0.2.6 (2008-09-02)
-------------------
-
-- made fetch_index() more robust
-
-0.2.5 (2008-09-02)
-------------------
-
-- fixed NameError in exception handling
-
-0.2.4 (2008-08-31)
-------------------
-
-- added logging support
-- minor internal cleanup
-- commandline options handling updated
-
-0.2.3 (2008-08-29)
-------------------
-
-- added --follow-external-links option
-
-0.2.2 (2008-08-28)
-------------------
-
-- renamed index.html to index2.html
-- renamed full.html to index.html
-- some internal cleanup
-
-0.2.1 (2008-08-28)
-------------------
-
-- ls() returns filenames in sorted order
-
-0.2.0 (2008-08-28)
-------------------
-
-- setup.py cleanup and fixes
-- fixed license file
-- updated README.txt
-
-0.1.1 (2008-08-27)
-------------------
-
-- corrected the index pages for packages (have full urls now)
-- added a full.html for packages (you better gz this ;) )
-- removed html page download for external sites
-
-
-0.1.0 (2008-08-27)
-------------------
-
-- initial release

Deleted: z3c.pypimirror/trunk/TODO.txt
===================================================================
--- z3c.pypimirror/trunk/TODO.txt	2010-08-23 06:29:15 UTC (rev 115875)
+++ z3c.pypimirror/trunk/TODO.txt	2010-08-23 06:35:34 UTC (rev 115876)
@@ -1,5 +0,0 @@
-- implement a parallel package fetcher using 'processing':
-  http://pyprocessing.berlios.de/doc/pool-objects.html
-
-- implement a blacklist for unreachable or broken external
-  links

Deleted: z3c.pypimirror/trunk/ZPL.txt
===================================================================
--- z3c.pypimirror/trunk/ZPL.txt	2010-08-23 06:29:15 UTC (rev 115875)
+++ z3c.pypimirror/trunk/ZPL.txt	2010-08-23 06:35:34 UTC (rev 115876)
@@ -1,54 +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: z3c.pypimirror/trunk/bootstrap.py
===================================================================
--- z3c.pypimirror/trunk/bootstrap.py	2010-08-23 06:29:15 UTC (rev 115875)
+++ z3c.pypimirror/trunk/bootstrap.py	2010-08-23 06:35:34 UTC (rev 115876)
@@ -1,55 +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 78032 2007-07-16 14:26:49Z jim $
-"""
-
-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
-
-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: z3c.pypimirror/trunk/buildout.cfg
===================================================================
--- z3c.pypimirror/trunk/buildout.cfg	2010-08-23 06:29:15 UTC (rev 115875)
+++ z3c.pypimirror/trunk/buildout.cfg	2010-08-23 06:35:34 UTC (rev 115876)
@@ -1,12 +0,0 @@
-[buildout]
-parts = py test
-develop = .
-
-[py]
-recipe = zc.recipe.egg
-eggs = z3c.pypimirror
-interpreter = py
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = z3c.pypimirror[test]

Deleted: z3c.pypimirror/trunk/setup.py
===================================================================
--- z3c.pypimirror/trunk/setup.py	2010-08-23 06:29:15 UTC (rev 115875)
+++ z3c.pypimirror/trunk/setup.py	2010-08-23 06:35:34 UTC (rev 115876)
@@ -1,43 +0,0 @@
-from setuptools import setup, find_packages
-
-
-CLASSIFIERS = [
-    'Development Status :: 5 - Production/Stable',
-    'Intended Audience :: Developers',
-    'License :: OSI Approved :: Zope Public License',
-    'Operating System :: OS Independent',
-    'Programming Language :: Python',
-]
-
-desc = open('README.txt').read().strip()
-changes = open('CHANGES.txt').read().strip()
-long_description = desc + '\n\nChanges\n=======\n\n'  + changes
-
-setup(
-    name='z3c.pypimirror',
-    version='0.2.10',
-    author='Daniel Kraft, Andreas Jung et al.',
-    author_email='dk at d9t.de',
-    description='A module for building a complete or a partial PyPI mirror',
-    long_description=long_description,
-    maintainer='Andreas Jung',
-    maintainer_email='lists at zopyx.com',
-    classifiers=CLASSIFIERS,
-    package_dir = {'': 'src'},
-    namespace_packages=['z3c'] ,
-    packages=find_packages('src'),
-    include_package_data=True,
-    package_data={
-        '' : ['*.txt', '*.sample'],
-    },
-    zip_safe=False,
-    install_requires = ['setuptools',
-                        'zc.lockfile',
-                        'BeautifulSoup'],
-    extras_require = {
-        'test': [ 'zc.buildout' ],
-    },
-    entry_points = dict(console_scripts=[
-        'pypimirror = z3c.pypimirror.mirror:run',
-        ])
-    )



More information about the checkins mailing list