[Checkins] SVN: zc.zlibstorage/trunk/ moved to github

jim cvs-admin at zope.org
Wed Aug 28 13:11:56 CEST 2013


Log message for revision 130303:
  moved to github

Changed:
  A   zc.zlibstorage/trunk/MOVED_TO_GITHUB.txt
  D   zc.zlibstorage/trunk/README.txt
  D   zc.zlibstorage/trunk/buildout.cfg
  D   zc.zlibstorage/trunk/setup.py
  D   zc.zlibstorage/trunk/src/

-=-
Added: zc.zlibstorage/trunk/MOVED_TO_GITHUB.txt
===================================================================
--- zc.zlibstorage/trunk/MOVED_TO_GITHUB.txt	                        (rev 0)
+++ zc.zlibstorage/trunk/MOVED_TO_GITHUB.txt	2013-08-28 11:11:55 UTC (rev 130303)
@@ -0,0 +1 @@
+See: https://github.com/zopefoundation/zc.zlibstorage


Property changes on: zc.zlibstorage/trunk/MOVED_TO_GITHUB.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Deleted: zc.zlibstorage/trunk/README.txt
===================================================================
--- zc.zlibstorage/trunk/README.txt	2013-08-23 14:52:29 UTC (rev 130302)
+++ zc.zlibstorage/trunk/README.txt	2013-08-28 11:11:55 UTC (rev 130303)
@@ -1 +0,0 @@
-See src/zc/zlibstorage/README.txt.

Deleted: zc.zlibstorage/trunk/buildout.cfg
===================================================================
--- zc.zlibstorage/trunk/buildout.cfg	2013-08-23 14:52:29 UTC (rev 130302)
+++ zc.zlibstorage/trunk/buildout.cfg	2013-08-28 11:11:55 UTC (rev 130303)
@@ -1,12 +0,0 @@
-[buildout]
-develop = .
-parts = test py
-
-[test]
-recipe = zc.recipe.testrunner
-eggs = zc.zlibstorage [test]
-
-[py]
-recipe = zc.recipe.egg
-eggs = ${test:eggs}
-interpreter = py

Deleted: zc.zlibstorage/trunk/setup.py
===================================================================
--- zc.zlibstorage/trunk/setup.py	2013-08-23 14:52:29 UTC (rev 130302)
+++ zc.zlibstorage/trunk/setup.py	2013-08-28 11:11:55 UTC (rev 130303)
@@ -1,46 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2010 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.
-#
-##############################################################################
-name, version = 'zc.zlibstorage', '0'
-
-install_requires = ['ZODB3 >=3.10.0b1', 'setuptools']
-extras_require = dict(test=['zope.testing', 'manuel'])
-
-entry_points = """
-"""
-
-from setuptools import setup
-import os
-
-long_description = open(os.path.join('src', *name.split('.')+['README.txt'])
-                        ).read()
-
-setup(
-    author = 'Jim Fulton',
-    author_email = 'jim at zope.com',
-    license = 'ZPL 2.1',
-
-    name = name, version = version,
-    long_description=long_description,
-    description = long_description.split('\n')[1],
-    packages = [name.split('.')[0], name],
-    namespace_packages = [name.split('.')[0]],
-    package_dir = {'': 'src'},
-    install_requires = install_requires,
-    zip_safe = False,
-    entry_points=entry_points,
-    include_package_data=True,
-    extras_require = extras_require,
-    tests_require = extras_require['test'],
-    test_suite = name+'.tests.test_suite',
-    )



More information about the checkins mailing list