[Zconfig] SVN: ZConfig/trunk/ - remove zpkg turds
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Jun 20 17:53:36 EDT 2007
Log message for revision 76864:
- remove zpkg turds
- starting thinking about buildout
Changed:
_U ZConfig/trunk/
D ZConfig/trunk/DEPENDENCIES.cfg
D ZConfig/trunk/PACKAGE.cfg
D ZConfig/trunk/PUBLICATION.cfg
D ZConfig/trunk/SETUP.cfg
-=-
Property changes on: ZConfig/trunk
___________________________________________________________________
Name: svn:ignore
+ bin
build
develop-eggs
dist
eggs
parts
.installed.cfg
Deleted: ZConfig/trunk/DEPENDENCIES.cfg
===================================================================
--- ZConfig/trunk/DEPENDENCIES.cfg 2007-06-20 20:50:59 UTC (rev 76863)
+++ ZConfig/trunk/DEPENDENCIES.cfg 2007-06-20 21:53:36 UTC (rev 76864)
@@ -1,6 +0,0 @@
-# We need this since we're playing games with zpkg. As far as zpkg is
-# concerned, we're building a small collection distribution that
-# contains a single Python package. That package is what we're naming
-# here.
-
-ZConfig
Deleted: ZConfig/trunk/PACKAGE.cfg
===================================================================
--- ZConfig/trunk/PACKAGE.cfg 2007-06-20 20:50:59 UTC (rev 76863)
+++ ZConfig/trunk/PACKAGE.cfg 2007-06-20 21:53:36 UTC (rev 76864)
@@ -1,17 +0,0 @@
-# Information about how a distribution should be built:
-
-# Add a few things to the distribution root.
-<distribution>
- LICENSE.txt
- NEWS.txt
- README.txt
- doc/zconfig.pdf
- doc/schema.dtd
-</distribution>
-
-# Specify what is included in the component.
-<collection>
- doc/zconfig.pdf
- doc/schema.dtd
- scripts
-</collection>
Deleted: ZConfig/trunk/PUBLICATION.cfg
===================================================================
--- ZConfig/trunk/PUBLICATION.cfg 2007-06-20 20:50:59 UTC (rev 76863)
+++ ZConfig/trunk/PUBLICATION.cfg 2007-06-20 21:53:36 UTC (rev 76864)
@@ -1,30 +0,0 @@
-Metadata-Version: 1.1
-Name: ZConfig
-Summary: Structured Configuration Library
-Home-page: http://www.zope.org/Members/fdrake/zconfig/
-Author: Fred L. Drake, Jr.
-Author-email: fred at zope.com
-License: ZPL 2.1
-Description: ZConfig is a configuration library intended for general use. It
- supports a hierarchical schema-driven configuration model that allows
- a schema to specify data conversion routines written in Python.
- ZConfig's model is very different from the model supported by the
- ConfigParser module found in Python's standard library, and is more
- suitable to configuration-intensive applications.
-
- ZConfig schema are written in an XML-based language and are able to
- "import" schema components provided by Python packages. Since
- components are able to bind to conversion functions provided by Python
- code in the package (or elsewhere), configuration objects can be
- arbitrarily complex, with values that have been verified against
- arbitrary constraints. This makes it easy for applications to
- separate configuration support from configuration loading even with
- configuration data being defined and consumed by a wide range of
- separate packages.
-Platform: Any
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: Zope Public License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
Deleted: ZConfig/trunk/SETUP.cfg
===================================================================
--- ZConfig/trunk/SETUP.cfg 2007-06-20 20:50:59 UTC (rev 76863)
+++ ZConfig/trunk/SETUP.cfg 2007-06-20 21:53:36 UTC (rev 76864)
@@ -1,6 +0,0 @@
-# Metadata used by zpkg.
-
-documentation doc/zconfig.pdf
-documentation doc/schema.dtd
-
-script scripts/zconfig*
More information about the ZConfig
mailing list