From 626427ddf5e9b4b7755e2d5c97f2fc661acc24d7 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 10 Sep 2015 15:09:38 +0800 Subject: mysql-python: upgrade to 1.2.5 remove the remove-distribute.patch, v1.2.5 has a similar fix Signed-off-by: Roy Li Signed-off-by: Martin Jansa --- .../mysql/mysql-python/remove-distribute.patch | 17 ----------------- meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb | 19 ------------------- meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 36 deletions(-) delete mode 100644 meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch delete mode 100644 meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb create mode 100644 meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb (limited to 'meta-oe/recipes-support/mysql') diff --git a/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch b/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch deleted file mode 100644 index 0ce750d63d..0000000000 --- a/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch +++ /dev/null @@ -1,17 +0,0 @@ -Upstream-Status: Innapropriate - -Index: MySQL-python-1.2.4/setup.py -=================================================================== ---- MySQL-python-1.2.4.orig/setup.py -+++ MySQL-python-1.2.4/setup.py -@@ -3,8 +3,8 @@ - import os - import sys - --from distribute_setup import use_setuptools --use_setuptools() -+#from distribute_setup import use_setuptools -+#use_setuptools() - from setuptools import setup, Extension - - if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000: diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb deleted file mode 100644 index 6fc974ecde..0000000000 --- a/meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Python interface to MySQL" -HOMEPAGE = "https://github.com/farcepest/MySQLdb1" -SECTION = "devel/python" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = "mysql5" - -SRCNAME = "MySQL-python" - -SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \ - file://remove-distribute.patch" - -SRC_URI[md5sum] = "ddf2386daf10a97af115ffad2ed4a9a0" -SRC_URI[sha256sum] = "e405f9d6be33923d428acaa4db4f4470427f1d15ea0d2d82a933449ace26bbd9" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb b/meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb new file mode 100644 index 0000000000..ac0df4f066 --- /dev/null +++ b/meta-oe/recipes-support/mysql/mysql-python_1.2.5.bb @@ -0,0 +1,17 @@ +SUMMARY = "Python interface to MySQL" +HOMEPAGE = "https://github.com/farcepest/MySQLdb1" +SECTION = "devel/python" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "mysql5" + +SRCNAME = "MySQL-python" + +SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip" +SRC_URI[md5sum] = "654f75b302db6ed8dc5a898c625e030c" +SRC_URI[sha256sum] = "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit 1.2.3-korg