[oe-commits] Michael 'Mickey' Lauer : python-cheetah: bump for python 2.6

GIT User account git at amethyst.openembedded.net
Sun Jan 11 15:09:30 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: 0e97d056585aa13875d14c29cfa60d098b6e5eda
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e97d056585aa13875d14c29cfa60d098b6e5eda

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jan 11 15:08:41 2009 +0000

python-cheetah: bump for python 2.6
python-constraint: bump for python 2.6

---

 packages/python/python-cheetah_1.0.bb    |   14 --------------
 packages/python/python-cheetah_2.0.1.bb  |    8 +++++---
 packages/python/python-constraint_1.1.bb |    2 +-
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/packages/python/python-cheetah_1.0.bb b/packages/python/python-cheetah_1.0.bb
deleted file mode 100644
index 20fe083..0000000
--- a/packages/python/python-cheetah_1.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-
diff --git a/packages/python/python-cheetah_2.0.1.bb b/packages/python/python-cheetah_2.0.1.bb
index 55f0b37..8777aaf 100644
--- a/packages/python/python-cheetah_2.0.1.bb
+++ b/packages/python/python-cheetah_2.0.1.bb
@@ -1,11 +1,13 @@
-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"
diff --git a/packages/python/python-constraint_1.1.bb b/packages/python/python-constraint_1.1.bb
index 5218b36..06c6a90 100644
--- a/packages/python/python-constraint_1.1.bb
+++ b/packages/python/python-constraint_1.1.bb
@@ -5,7 +5,7 @@ provided to work with finite domains only."
 SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "http://labix.org/download/python-constraint/python-constraint-${PV}.tar.bz2"
 





More information about the Openembedded-commits mailing list