71241882a54d1d80b72d0f74f56bc8a0ea45cd1d
[vuplus_openembedded] / python / python-constraint_0.2.3.oe
1 LICENSE = GPL
2 DESCRIPTION = "The constraint package is a constraint \
3 satisfaction problem solver written in 100% pure Python, using \
4 constraint propagation algorithms. So far, facilities are \
5 provided to work with finite domains only."
6 SECTION = "devel/python"
7 PRIORITY = "optional"
8 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
9 RDEPENDS = "python-core"
10 SRCNAME = "constraint"
11
12 SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils
16