diff options
Diffstat (limited to 'python/python-constraint_0.2.3.oe')
-rw-r--r-- | python/python-constraint_0.2.3.oe | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/python/python-constraint_0.2.3.oe b/python/python-constraint_0.2.3.oe deleted file mode 100644 index 71241882a5..0000000000 --- a/python/python-constraint_0.2.3.oe +++ /dev/null @@ -1,16 +0,0 @@ -LICENSE = GPL -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" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -RDEPENDS = "python-core" -SRCNAME = "constraint" - -SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - |