[Checkins] SVN: vanguardistas.pydebdep/trunk/ Update package metadata and add ZPL text to all files and source tree.

Brian Sutherland jinty at web.de
Wed Apr 9 19:14:37 EDT 2008


Log message for revision 85207:
  Update package metadata and add ZPL text to all files and source tree.

Changed:
  U   vanguardistas.pydebdep/trunk/CHANGES.txt
  U   vanguardistas.pydebdep/trunk/README.txt
  A   vanguardistas.pydebdep/trunk/ZopePublicLicense.txt
  U   vanguardistas.pydebdep/trunk/pydebdep
  U   vanguardistas.pydebdep/trunk/setup.py
  U   vanguardistas.pydebdep/trunk/src/vanguardistas/__init__.py
  U   vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/pydebdep.py
  U   vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/tests/test_doctest.py
  U   vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/translator.py
  U   vanguardistas.pydebdep/trunk/test.py

-=-
Modified: vanguardistas.pydebdep/trunk/CHANGES.txt
===================================================================
--- vanguardistas.pydebdep/trunk/CHANGES.txt	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/CHANGES.txt	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,6 +1,7 @@
 0.0.3 (unreleased)
 ------------------
 
+* Add ZPL text to all files and source tree.
 * Make moving the -nspkg.pth file conditional on one actually existing. Extends the rules.1 file to work with non-namespace eggs.
 * Add dependency mappings for PILwoTk, Reportlab and pytz.
 * Add mappings from ZODB3 to python-zodb and zodb.

Modified: vanguardistas.pydebdep/trunk/README.txt
===================================================================
--- vanguardistas.pydebdep/trunk/README.txt	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/README.txt	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,16 +1,19 @@
 PyDebDep
---------
+========
 
 Tools for introspecting egg dependency information and providing the resulting
 data to Debian packaging tools.
 
-This package provides a script 'pydebdep' which introspects an installed
+This package provides a script ``pydebdep`` which introspects an installed
 .egg-info to extract egg dependency information. The package names are
 converted to their debian equivilant and the dependency information is printed
 in the format of a dpkg "Depends:" line.
 
-To extract the dependency info of this package, one can:
+Usage
+-----
 
+To extract the dependency info of this package, one can::
+
     $ python2.4 setup.py build
     $ PYTHONPATH=./src python2.4 pydebdep --depends --egg_info src/vanguardistas.pydebdep.egg-info
     python-setuptools, python-vanguardistas
@@ -20,7 +23,7 @@
 generic, and work for a lot of packages. But if they don't work for yours, make
 your own. 
 
-They can be used in a debian/rules file as follows:
+They can be used in a debian/rules file as follows::
 
     #!/usr/bin/make -f
 
@@ -33,7 +36,7 @@
 Future Development
 ------------------
 
-Er, there shouldn't be any, unless someone finds something big.
+Er, there shouldn't be much, unless someone finds something big.
 
 Mostly what should change is the mapping of setuptools names to debian package
 names as more are added.

Added: vanguardistas.pydebdep/trunk/ZopePublicLicense.txt
===================================================================
--- vanguardistas.pydebdep/trunk/ZopePublicLicense.txt	                        (rev 0)
+++ vanguardistas.pydebdep/trunk/ZopePublicLicense.txt	2008-04-09 23:14:37 UTC (rev 85207)
@@ -0,0 +1,54 @@
+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.


Property changes on: vanguardistas.pydebdep/trunk/ZopePublicLicense.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: vanguardistas.pydebdep/trunk/pydebdep
===================================================================
--- vanguardistas.pydebdep/trunk/pydebdep	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/pydebdep	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,4 +1,17 @@
 #!/usr/bin/python
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 """Exctract information from a setuptools setup.py useful for debian packaging.
 
 see --help for options.

Modified: vanguardistas.pydebdep/trunk/setup.py
===================================================================
--- vanguardistas.pydebdep/trunk/setup.py	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/setup.py	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 import os
 from setuptools import setup, find_packages
 
@@ -3,14 +16,31 @@
 rules = [os.path.join('rules', f) for f in os.listdir('rules') if not f.startswith('.')]
 
+long_description = open('README.txt', 'r').read()
+
 setup(name="vanguardistas.pydebdep",
+      description='Make egg dependency information available for Debian packaging',
+      long_description=long_description,
+      author="Vanguardistas",
+      url='http://pypi.python.org/pypi/vanguardistas.pydebdep',
       version='0.0.3dev',
+      license = 'ZPL 2.1',
       packages=find_packages('src'),
       scripts=['pydebdep'],
       data_files=[('rules', rules)],
       namespace_packages=["vanguardistas"],
       package_dir = {'': 'src'},
-      install_requires = [
+      install_requires=[
           'setuptools',
           ],
+      classifiers=['Development Status :: 4 - Beta',
+                   'Intended Audience :: Developers',
+                   'Intended Audience :: System Administrators',
+                   'Topic :: System :: Archiving :: Packaging',
+                   'License :: DFSG approved',
+                   'License :: OSI Approved :: Zope Public License',
+                   'Framework :: Setuptools Plugin',
+                   'Operating System :: POSIX :: Linux',
+                   'Programming Language :: Python',
+                   ],
       include_package_data = True,
       zip_safe = False,

Modified: vanguardistas.pydebdep/trunk/src/vanguardistas/__init__.py
===================================================================
--- vanguardistas.pydebdep/trunk/src/vanguardistas/__init__.py	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/src/vanguardistas/__init__.py	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 # this is a namespace package
 import pkg_resources
 pkg_resources.declare_namespace(__name__)

Modified: vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/pydebdep.py
===================================================================
--- vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/pydebdep.py	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/pydebdep.py	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 import sys
 import os.path
 import optparse

Modified: vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/tests/test_doctest.py
===================================================================
--- vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/tests/test_doctest.py	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/tests/test_doctest.py	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 import unittest
 import doctest
 

Modified: vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/translator.py
===================================================================
--- vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/translator.py	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/src/vanguardistas/pydebdep/translator.py	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 import os
 import logging
 from subprocess import call

Modified: vanguardistas.pydebdep/trunk/test.py
===================================================================
--- vanguardistas.pydebdep/trunk/test.py	2008-04-09 22:55:27 UTC (rev 85206)
+++ vanguardistas.pydebdep/trunk/test.py	2008-04-09 23:14:37 UTC (rev 85207)
@@ -1,4 +1,17 @@
 #!/usr/bin/env python
+##############################################################################
+#
+# Copyright (c) 2008 Vanguardistas 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.
+#
+##############################################################################
 """
 Run all unit tests.
 """



More information about the Checkins mailing list