[Checkins] SVN: zope.filerepresentation/trunk/ - Remove DEPENDENCIES.cfg

Baiju M baiju.m.mail at gmail.com
Fri Apr 3 15:53:39 EDT 2009


Log message for revision 98855:
  - Remove DEPENDENCIES.cfg
  - Update URL
  - Use zope-dev as list
  - Whitespace fixes
  

Changed:
  U   zope.filerepresentation/trunk/CHANGES.txt
  U   zope.filerepresentation/trunk/setup.py
  D   zope.filerepresentation/trunk/src/zope/filerepresentation/DEPENDENCIES.cfg

-=-
Modified: zope.filerepresentation/trunk/CHANGES.txt
===================================================================
--- zope.filerepresentation/trunk/CHANGES.txt	2009-04-03 19:31:54 UTC (rev 98854)
+++ zope.filerepresentation/trunk/CHANGES.txt	2009-04-03 19:53:38 UTC (rev 98855)
@@ -5,7 +5,7 @@
 3.5.1 (unreleased)
 ------------------
 
-- ...
+- Removed DEPENDENCIES.cfg
 
 3.5.0 (2009-01-31)
 ------------------

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2009-04-03 19:31:54 UTC (rev 98854)
+++ zope.filerepresentation/trunk/setup.py	2009-04-03 19:53:38 UTC (rev 98855)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006-2009 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -22,17 +22,17 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version = '3.5.1dev',
+      version='3.5.1dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='File-system Representation Interfaces',
       long_description=(
           read('README.txt')
           + '\n\n' +
           read('CHANGES.txt')
           ),
-      keywords = "zope3 filesystem representation",
-      classifiers = [
+      keywords="zope3 filesystem representation",
+      classifiers=[
           'Development Status :: 5 - Production/Stable',
           'Environment :: Web Environment',
           'Intended Audience :: Developers',
@@ -42,18 +42,18 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.filerepresentation',
+      url='http://pypi.python.org/pypi/zope.filerepresentation',
       license='ZPL 2.1',
       packages=find_packages('src'),
-      package_dir = {'': 'src'},
+      package_dir={'': 'src'},
       namespace_packages=['zope'],
-      extras_require = dict(
+      extras_require=dict(
           test=['zope.testing',
                 ]),
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.container'
                         ],
-      include_package_data = True,
-      zip_safe = True,
+      include_package_data=True,
+      zip_safe=True,
       )

Deleted: zope.filerepresentation/trunk/src/zope/filerepresentation/DEPENDENCIES.cfg
===================================================================
--- zope.filerepresentation/trunk/src/zope/filerepresentation/DEPENDENCIES.cfg	2009-04-03 19:31:54 UTC (rev 98854)
+++ zope.filerepresentation/trunk/src/zope/filerepresentation/DEPENDENCIES.cfg	2009-04-03 19:53:38 UTC (rev 98855)
@@ -1,2 +0,0 @@
-zope.interface
-zope.app.container
\ No newline at end of file



More information about the Checkins mailing list