[Zope-CVS] SVN: zpkgtools/trunk/ - add packaging/release metadata to zpkg

Fred L. Drake, Jr. fdrake at gmail.com
Fri Aug 12 15:16:53 EDT 2005


Log message for revision 37894:
  - add packaging/release metadata to zpkg
  - add some missing svn:eol-style properties
  

Changed:
  A   zpkgtools/trunk/DEPENDENCIES.cfg
  A   zpkgtools/trunk/PACKAGE.cfg
  A   zpkgtools/trunk/PUBLICATION.cfg
  U   zpkgtools/trunk/README.txt
  A   zpkgtools/trunk/SETUP.cfg
  A   zpkgtools/trunk/zpkg.conf
  _U  zpkgtools/trunk/zpkgsetup/PUBLICATION.cfg
  _U  zpkgtools/trunk/zpkgsetup/tests/input/package2/PUBLICATION.cfg
  _U  zpkgtools/trunk/zpkgsetup/tests/input/package2/SETUP.cfg
  _U  zpkgtools/trunk/zpkgtools/DEPENDENCIES.cfg
  _U  zpkgtools/trunk/zpkgtools/tests/input/collection-1/DEPENDENCIES.cfg
  _U  zpkgtools/trunk/zpkgtools/tests/input/collection-1/implied/PACKAGE.cfg
  _U  zpkgtools/trunk/zpkgtools/tests/input/collection-2/PACKAGE.cfg
  _U  zpkgtools/trunk/zpkgtools/tests/input/collection-2/included/PACKAGE.cfg

-=-
Added: zpkgtools/trunk/DEPENDENCIES.cfg
===================================================================
--- zpkgtools/trunk/DEPENDENCIES.cfg	2005-08-12 18:43:01 UTC (rev 37893)
+++ zpkgtools/trunk/DEPENDENCIES.cfg	2005-08-12 19:16:53 UTC (rev 37894)
@@ -0,0 +1,3 @@
+# The "zpkg" package depends on these Python packages:
+zpkgsetup
+zpkgtools


Property changes on: zpkgtools/trunk/DEPENDENCIES.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Added: zpkgtools/trunk/PACKAGE.cfg
===================================================================
--- zpkgtools/trunk/PACKAGE.cfg	2005-08-12 18:43:01 UTC (rev 37893)
+++ zpkgtools/trunk/PACKAGE.cfg	2005-08-12 19:16:53 UTC (rev 37894)
@@ -0,0 +1,9 @@
+<collection>
+  zpkgsetup  -
+  zpkgtools  -
+</collection>
+
+<distribution>
+  doc
+  README.txt
+</distribution>


Property changes on: zpkgtools/trunk/PACKAGE.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Added: zpkgtools/trunk/PUBLICATION.cfg
===================================================================
--- zpkgtools/trunk/PUBLICATION.cfg	2005-08-12 18:43:01 UTC (rev 37893)
+++ zpkgtools/trunk/PUBLICATION.cfg	2005-08-12 19:16:53 UTC (rev 37894)
@@ -0,0 +1,14 @@
+Metadata-Version: 1.1
+Name: zpkg
+Summary: Zope Packaging Tool
+Home-page: http://www.zope.org/Members/fdrake/zpkgtools/
+Author: Zope Corporation and Contributors
+Author-email: zpkg at zope.org
+License: ZPL 2.1
+Description:
+        Packaging tool used for Zope and ZODB.
+Platform: any
+Classifier: License :: OSI Approved :: Zope Public License
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Operating System :: Unix
+Classifier: Programming Language :: Python


Property changes on: zpkgtools/trunk/PUBLICATION.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zpkgtools/trunk/README.txt
===================================================================
--- zpkgtools/trunk/README.txt	2005-08-12 18:43:01 UTC (rev 37893)
+++ zpkgtools/trunk/README.txt	2005-08-12 19:16:53 UTC (rev 37894)
@@ -38,13 +38,22 @@
   $ python2.3 tests.py
   ......................................................................
   ......................................................................
-  ...............................................
+  ........................................
   ----------------------------------------------------------------------
-  Ran 204 tests in 0.999s
+  Ran 180 tests in 0.798s
 
   OK
 
 
+Getting More Information
+------------------------
+
+To get additional information about **zpkg** or to discuss this with
+others, there is a mailing list specifically for **zpkg**::
+
+  http://mail.zope.org/mailman/listinfo/zpkg
+
+
 Reporting Bugs
 --------------
 

Added: zpkgtools/trunk/SETUP.cfg
===================================================================
--- zpkgtools/trunk/SETUP.cfg	2005-08-12 18:43:01 UTC (rev 37893)
+++ zpkgtools/trunk/SETUP.cfg	2005-08-12 19:16:53 UTC (rev 37894)
@@ -0,0 +1,4 @@
+
+script         bin/zpkg
+
+documentation  doc/*.txt


Property changes on: zpkgtools/trunk/SETUP.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Added: zpkgtools/trunk/zpkg.conf
===================================================================
--- zpkgtools/trunk/zpkg.conf	2005-08-12 18:43:01 UTC (rev 37893)
+++ zpkgtools/trunk/zpkg.conf	2005-08-12 19:16:53 UTC (rev 37894)
@@ -0,0 +1,8 @@
+build-application     no
+collect-dependencies  yes
+
+<resources>
+  zpkg       .
+  zpkgsetup  zpkgsetup
+  zpkgtools  zpkgtools
+</resources>


Property changes on: zpkgtools/trunk/zpkgsetup/PUBLICATION.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgsetup/tests/input/package2/PUBLICATION.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgsetup/tests/input/package2/SETUP.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgtools/DEPENDENCIES.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgtools/tests/input/collection-1/DEPENDENCIES.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgtools/tests/input/collection-1/implied/PACKAGE.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgtools/tests/input/collection-2/PACKAGE.cfg
___________________________________________________________________
Name: svn:eol-style
   + native


Property changes on: zpkgtools/trunk/zpkgtools/tests/input/collection-2/included/PACKAGE.cfg
___________________________________________________________________
Name: svn:eol-style
   + native



More information about the Zope-CVS mailing list