diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 19:29:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-15 19:29:05 +0000 |
commit | 0a9104fe7a2e62b4026228c25fa0aa3d309cc164 (patch) | |
tree | baf0115fc16ef55972af8d9761bb6990f33a1974 /packages/python/python-constraint_1.1.bb | |
parent | 017382deba32b5bb67e68e5ddd47683b2c02d61c (diff) |
python-constraint: update to 1.1
Diffstat (limited to 'packages/python/python-constraint_1.1.bb')
-rw-r--r-- | packages/python/python-constraint_1.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-constraint_1.1.bb b/packages/python/python-constraint_1.1.bb new file mode 100644 index 0000000000..44c28938b7 --- /dev/null +++ b/packages/python/python-constraint_1.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "The constraint package is a constraint \ +satisfaction problem solver written in 100% pure Python, using \ +constraint propagation algorithms. So far, facilities are \ +provided to work with finite domains only." +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "GPL" +PR= "ml0" + +SRC_URI = "http://labix.org/download/python-constraint/python-constraint-${PV}.tar.bz2" + +inherit distutils + |