[OE-core] [PATCH 22/24] python3-nose: Testing tools for python

Khem Raj raj.khem at gmail.com
Fri Jun 28 22:04:07 UTC 2013


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-devtools/python/python3-nose_1.2.1.bb |   34 ++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-nose_1.2.1.bb

diff --git a/meta/recipes-devtools/python/python3-nose_1.2.1.bb b/meta/recipes-devtools/python/python3-nose_1.2.1.bb
new file mode 100644
index 0000000..46db351
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-nose_1.2.1.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Testing Tools for Python."
+HOMEPAGE = "http://readthedocs.org/docs/nose/"
+SECTION = "devel/python"
+LICENSE = "LGPL"
+LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
+
+DEPENDS = "python3"
+RDEPENDS_${PN} = " \
+                   python3-codecs \
+                   python3-core \
+                   python3-debugger \
+                   python3-difflib \
+                   python3-doctest \
+                   python3-io \
+                   python3-logging \
+                   python3-pickle \
+                   python3-re \
+                   python3-textutils \
+                   python3-threading \
+                   python3-unittest \
+                 "
+SRCNAME = "nose"
+PR = "r1"
+
+SRC_URI = "\
+  http://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "735e3f1ce8b07e70ee1b742a8a53585a"
+SRC_URI[sha256sum] = "2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools3
-- 
1.7.9.5




More information about the Openembedded-core mailing list