[Python-modules-commits] r8763 - in packages (5 files)

zack at users.alioth.debian.org zack at users.alioth.debian.org
Wed Jun 10 14:01:52 UTC 2009


    Date: Wednesday, June 10, 2009 @ 14:01:50
  Author: zack
Revision: 8763

kick-start peak.util packaging (ITP just submitted)

Added:
  packages/python-peak.util/
  packages/python-peak.util/tags/
  packages/python-peak.util/trunk/
  packages/python-peak.util/trunk/debian/
  packages/python-peak.util/trunk/debian/control


Property changes on: packages/python-peak.util
___________________________________________________________________
Added: svn:ignore
   + build-area
tarballs



Property changes on: packages/python-peak.util/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-peak.util/trunk/debian/control
===================================================================
--- packages/python-peak.util/trunk/debian/control	                        (rev 0)
+++ packages/python-peak.util/trunk/debian/control	2009-06-10 14:01:50 UTC (rev 8763)
@@ -0,0 +1,39 @@
+Source: python-peak.util
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Stefano Zacchiroli <zack at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ python-dev,
+ python-support,
+ python-setuptools
+Standards-Version: 3.8.1
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-peak.util/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-peak.util/trunk/
+
+Package: python-peak.util
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-decoratortools (>= 1.5),
+Description: utilities from the Python Enterprise Application Kit
+ The Python Enterprise Application Kit (PEAK) is a set of Python
+ libraries to help develop large-scale Python applications.
+ .
+ PEAK includes libraries and frameworks to support: component
+ integration, component configuration , document-driven testing,
+ event-driven programming, storage management and persistence, domain
+ modelling, and much more.
+ .
+ This package provides a subset of utilities related to PEAK, and
+ commonly found as dependencies for PEAK-based components. In
+ particular, this package provides:
+ .
+  * AddOns - dynamic mixins with private attribute and methods
+  * BytecodeAssembler - code object generation assembling bytecode
+  * Extremes - absolute max and min values (PEP 326 implementation)
+  * SymbolType - symbol type, i.e., enumerations




More information about the Python-modules-commits mailing list