aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-constraint_1.1.bb
blob: 5218b368ac35d00e5703d267ae9eb9c2e7d34f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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