python-pyrex[-native]: 0.9.8.4 -> 0.9.8.5
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 11 Jan 2009 15:13:47 +0000 (15:13 +0000)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 11 Jan 2009 15:13:47 +0000 (15:13 +0000)
python-cython[-native]: 0.9.8 -> 0.10.3

packages/python/python-cython-native_0.10.3.bb [moved from packages/python/python-cython-native_0.9.8.bb with 100% similarity]
packages/python/python-cython_0.10.3.bb [moved from packages/python/python-cython_0.9.8.bb with 97% similarity]
packages/python/python-pyrex-native_0.9.8.5.bb [moved from packages/python/python-pyrex-native_0.9.8.4.bb with 100% similarity]
packages/python/python-pyrex_0.9.8.5.bb [moved from packages/python/python-pyrex_0.9.8.4.bb with 97% similarity]

similarity index 97%
rename from packages/python/python-cython_0.9.8.bb
rename to packages/python/python-cython_0.10.3.bb
index 69d73fe..f78ba38 100644 (file)
@@ -5,10 +5,9 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
 SRCNAME = "Cython"
-PR = "ml1"
+PR = "ml0"
 
 SRC_URI = "http://www.cython.org/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils
-
similarity index 97%
rename from packages/python/python-pyrex_0.9.8.4.bb
rename to packages/python/python-pyrex_0.9.8.5.bb
index 318c6cf..94db793 100644 (file)
@@ -5,13 +5,12 @@ SECTION = "devel/python"
 PRIORITY = "optional"
 LICENSE = "GPL"
 SRCNAME = "Pyrex"
-PR = "ml2"
+PR = "ml0"
 
 SRC_URI = "\
   http://nz.cosc.canterbury.ac.nz/~greg/python/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
   file://pyrex-fix-optimized-mode.patch;patch=1 \
 "
-
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit distutils