python-constraint: bump for python 2.6
+++ /dev/null
-DESCRIPTION = "template engine and code generation tool"
-SECTION = "devel/python"
-PRIORITY = "optional"
-LICENSE = "MIT-like"
-RDEPENDS = ""
-SRCNAME = "Cheetah"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/cheetahtemplate/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-PR = "r0"
-
-inherit distutils
-
-DESCRIPTION = "template engine and code generation tool"
+DESCRIPTION = "Python template engine and code generation tool"
SECTION = "devel/python"
PRIORITY = "optional"
-LICENSE = "MIT-like"
-RDEPENDS = "python-pickle python-pprint"
+LICENSE = "MIT"
SRCNAME = "Cheetah"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/cheetahtemplate/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
+
+RDEPENDS = "python-pickle python-pprint"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "ml0"
+PR = "ml1"
SRC_URI = "http://labix.org/download/python-constraint/python-constraint-${PV}.tar.bz2"