diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-01-30 07:50:38 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-31 12:58:32 +0100 |
commit | b56f860759930f3478bd195851204e9a2f2c4363 (patch) | |
tree | cfb46f58e4d1025cb27a9d5489bf1207927b17b4 /meta-oe | |
parent | 1e6758128560dec4c8d8e6c12a3996305bc24cae (diff) | |
download | meta-openembedded-b56f860759930f3478bd195851204e9a2f2c4363.tar.gz |
python-nose: add 1.2.1
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-nose_1.2.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb b/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb new file mode 100644 index 000000000..083d0521d --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "nose extends the test loading and running features of unittest, \ | ||
2 | making it easier to write, find and run tests." | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
6 | |||
7 | SRC_URI = "http://pypi.python.org/packages/source/n/nose/nose-${PV}.tar.gz" | ||
8 | |||
9 | SRC_URI[md5sum] = "735e3f1ce8b07e70ee1b742a8a53585a" | ||
10 | SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9" | ||
11 | |||
12 | S = "${WORKDIR}/nose-${PV}" | ||
13 | |||
14 | inherit distutils | ||