]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-constraint_0.2.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-constraint_0.2.3.bb
1 DESCRIPTION = "The constraint package is a constraint \
2 satisfaction problem solver written in 100% pure Python, using \
3 constraint propagation algorithms. So far, facilities are \
4 provided to work with finite domains only."
5 SECTION = "devel/python"
6 PRIORITY = "optional"
7 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
8 LICENSE = "GPL"
9 SRCNAME = "constraint"
10
11 SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
13
14 inherit distutils
15