summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-nose_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-nose_1.2.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-nose_1.2.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-nose_1.2.1.bb b/meta/recipes-devtools/python/python-nose_1.2.1.bb
new file mode 100644
index 0000000000..f55461d047
--- /dev/null
+++ b/meta/recipes-devtools/python/python-nose_1.2.1.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "nose extends the test loading and running features of unittest, \
2making it easier to write, find and run tests."
3SECTION = "devel/python"
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
6
7SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz"
8
9SRC_URI[md5sum] = "735e3f1ce8b07e70ee1b742a8a53585a"
10SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9"
11
12S = "${WORKDIR}/nose-${PV}"
13
14inherit setuptools
15
16BBCLASSEXTEND = "native nativesdk"