[Python-modules-commits] r18747 - in packages/python-peak.rules/trunk/debian (control)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed Sep 28 02:21:15 UTC 2011
Date: Wednesday, September 28, 2011 @ 02:21:13
Author: eriol-guest
Revision: 18747
Sorted and updated (Build-)Depends field
Modified:
packages/python-peak.rules/trunk/debian/control
Modified: packages/python-peak.rules/trunk/debian/control
===================================================================
--- packages/python-peak.rules/trunk/debian/control 2011-09-28 01:58:53 UTC (rev 18746)
+++ packages/python-peak.rules/trunk/debian/control 2011-09-28 02:21:13 UTC (rev 18747)
@@ -4,13 +4,12 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol at mornie.org>
Build-Depends:
- debhelper (>= 7),
cdbs,
- python-dev,
+ debhelper (>= 7),
+ python-peak.util,
+ python-peak.util.decorators,
python-support,
- python-setuptools,
- python-decoratortools,
- python-peak.util
+ python-setuptools
Standards-Version: 3.8.2
Homepage: http://pypi.python.org/pypi/PEAK-Rules
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-peak.rules/trunk/
@@ -21,8 +20,8 @@
Depends:
${misc:Depends},
${python:Depends},
- python-decoratortools,
- python-peak.util
+ python-peak.util,
+ python-peak.util.decorators
Provides: python-prioritized-methods
Description: generic functions support for Python
PEAK-Rules is a highly-extensible framework for creating and using
@@ -31,7 +30,7 @@
PEAK-Rules supports out of the box: multiple-dispatch on positional
arguments using tuples of types, full predicate dispatch using
strings containing Python expressions, and CLOS-like method
- combining. Additionally, PEAK-Rules allows to mix and match dispatch
+ combining. Additionally, PEAK-Rules allows one to mix and match dispatch
engines and custom method combinations.
.
This package also provides some third party contribution over
More information about the Python-modules-commits
mailing list