[Checkins] SVN: z3c.checkversions/tags/0.1/ tag 0.1

Christophe Combelles ccomb at free.fr
Sun May 16 13:20:23 EDT 2010


Log message for revision 112366:
  tag 0.1
  

Changed:
  A   z3c.checkversions/tags/0.1/
  D   z3c.checkversions/tags/0.1/.hg_archival.txt
  D   z3c.checkversions/tags/0.1/.hgignore
  D   z3c.checkversions/tags/0.1/setup.py
  A   z3c.checkversions/tags/0.1/setup.py

-=-
Deleted: z3c.checkversions/tags/0.1/.hg_archival.txt
===================================================================
--- z3c.checkversions/trunk/.hg_archival.txt	2010-05-16 14:48:51 UTC (rev 112348)
+++ z3c.checkversions/tags/0.1/.hg_archival.txt	2010-05-16 17:20:23 UTC (rev 112366)
@@ -1,5 +0,0 @@
-repo: a8fea0e1f7782ac1a850ead2105ad0c260a694f5
-node: eadabb3f6acf70028a447de580138387038c3693
-branch: default
-latesttag: null
-latesttagdistance: 12

Deleted: z3c.checkversions/tags/0.1/.hgignore
===================================================================
--- z3c.checkversions/trunk/.hgignore	2010-05-16 14:48:51 UTC (rev 112348)
+++ z3c.checkversions/tags/0.1/.hgignore	2010-05-16 17:20:23 UTC (rev 112366)
@@ -1,4 +0,0 @@
-.*egg-info/
-.*pyc$
-.*swp$
-sandbox/

Deleted: z3c.checkversions/tags/0.1/setup.py
===================================================================
--- z3c.checkversions/trunk/setup.py	2010-05-16 14:48:51 UTC (rev 112348)
+++ z3c.checkversions/tags/0.1/setup.py	2010-05-16 17:20:23 UTC (rev 112366)
@@ -1,47 +0,0 @@
-from setuptools import setup, find_packages
-import os
-
-version = '0.1dev'
-
-setup(name='z3c.checkversions',
-      version=version,
-      description="Checks package versions",
-      long_description=open("README.txt").read() + "\n" +
-                       open("HISTORY.txt").read(),
-      # Get more strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[
-       "Programming Language :: Python",
-       'Development Status :: 3 - Alpha',
-       'Environment :: Console',
-       'Intended Audience :: Developers',
-       'License :: OSI Approved :: Zope Public License',
-       'Programming Language :: Python',
-       'Natural Language :: English',
-       'Operating System :: OS Independent',
-       'Topic :: Software Development :: Quality Assurance',
-       'Framework :: Zope2',
-       'Framework :: Zope3',
-       'Framework :: Buildout',
-        ],
-      keywords='version, buildout, packages, upgrade, zope, ztk',
-      author='Christophe Combelles and the Zope Community',
-      author_email='zope-dev at zope.org',
-      url='http://pypi.python.org/pypi/z3c.checkversions',
-      license='ZPL 2.1',
-      packages=find_packages(exclude=['ez_setup']),
-      namespace_packages=['z3c'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          # -*- Extra requirements: -*-
-      ],
-      extras_require={'buildout': ['zc.buildout']},
-      tests_require=['zc.buildout', 'virtualenv'],
-      test_suite='z3c.checkversions.test.test',
-      entry_points="""
-      # -*- Entry points: -*-
-      [console_scripts]
-      checkversions = z3c.checkversions.main:main
-      """,
-      )

Copied: z3c.checkversions/tags/0.1/setup.py (from rev 112365, z3c.checkversions/trunk/setup.py)
===================================================================
--- z3c.checkversions/tags/0.1/setup.py	                        (rev 0)
+++ z3c.checkversions/tags/0.1/setup.py	2010-05-16 17:20:23 UTC (rev 112366)
@@ -0,0 +1,47 @@
+from setuptools import setup, find_packages
+import os
+
+version = '0.1'
+
+setup(name='z3c.checkversions',
+      version=version,
+      description="Checks package versions",
+      long_description=open("README.txt").read() + "\n" +
+                       open("HISTORY.txt").read(),
+      # Get more strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
+      classifiers=[
+       "Programming Language :: Python",
+       'Development Status :: 4 - Beta',
+       'Environment :: Console',
+       'Intended Audience :: Developers',
+       'License :: OSI Approved :: Zope Public License',
+       'Programming Language :: Python',
+       'Natural Language :: English',
+       'Operating System :: OS Independent',
+       'Topic :: Software Development :: Quality Assurance',
+       'Framework :: Zope2',
+       'Framework :: Zope3',
+       'Framework :: Buildout',
+        ],
+      keywords='version, buildout, packages, upgrade, zope, ztk',
+      author='Christophe Combelles and the Zope Community',
+      author_email='zope-dev at zope.org',
+      url='http://pypi.python.org/pypi/z3c.checkversions',
+      license='ZPL 2.1',
+      packages=find_packages(exclude=['ez_setup']),
+      namespace_packages=['z3c'],
+      include_package_data=True,
+      zip_safe=False,
+      install_requires=[
+          'setuptools',
+          # -*- Extra requirements: -*-
+      ],
+      extras_require={'buildout': ['zc.buildout']},
+      tests_require=['zc.buildout'],
+      test_suite='z3c.checkversions.test.test',
+      entry_points="""
+      # -*- Entry points: -*-
+      [console_scripts]
+      checkversions = z3c.checkversions.main:main
+      """,
+      )



More information about the checkins mailing list