From 6eddc9e222077e50d5b1b2b827840ada3be1d978 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 2 Jun 2015 02:19:36 -0700 Subject: python-nose: 1.2.1 -> 1.3.6 Signed-off-by: Robert Yang --- meta/recipes-devtools/python/python-nose_1.2.1.bb | 16 ---------------- meta/recipes-devtools/python/python-nose_1.3.6.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-devtools/python/python-nose_1.2.1.bb create mode 100644 meta/recipes-devtools/python/python-nose_1.3.6.bb diff --git a/meta/recipes-devtools/python/python-nose_1.2.1.bb b/meta/recipes-devtools/python/python-nose_1.2.1.bb deleted file mode 100644 index f55461d047..0000000000 --- a/meta/recipes-devtools/python/python-nose_1.2.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "nose extends the test loading and running features of unittest, \ -making it easier to write, find and run tests." -SECTION = "devel/python" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343" - -SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz" - -SRC_URI[md5sum] = "735e3f1ce8b07e70ee1b742a8a53585a" -SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9" - -S = "${WORKDIR}/nose-${PV}" - -inherit setuptools - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python-nose_1.3.6.bb b/meta/recipes-devtools/python/python-nose_1.3.6.bb new file mode 100644 index 0000000000..d6e8fc1ed3 --- /dev/null +++ b/meta/recipes-devtools/python/python-nose_1.3.6.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "nose extends the test loading and running features of unittest, \ +making it easier to write, find and run tests." +SECTION = "devel/python" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343" + +SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz" + +SRC_URI[md5sum] = "0ca546d81ca8309080fc80cb389e7a16" +SRC_URI[sha256sum] = "f61e0909a743eed37b1207e38a8e7b4a2fe0a82185e36f2be252ef1b3f901758" + +S = "${WORKDIR}/nose-${PV}" + +inherit setuptools + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg