All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] python-nose: add 1.2.1
@ 2013-01-30  7:50 Marcin Juszkiewicz
  2013-01-30  7:50 ` [meta-oe][PATCH 2/2] python-numpy: add 1.7.0-rc1 Marcin Juszkiewicz
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Juszkiewicz @ 2013-01-30  7:50 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 meta-oe/recipes-devtools/python/python-nose_1.2.1.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/python/python-nose_1.2.1.bb

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 0000000..083d052
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python-nose_1.2.1.bb
@@ -0,0 +1,14 @@
+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 distutils
-- 
1.8.0




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-05 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30  7:50 [meta-oe][PATCH 1/2] python-nose: add 1.2.1 Marcin Juszkiewicz
2013-01-30  7:50 ` [meta-oe][PATCH 2/2] python-numpy: add 1.7.0-rc1 Marcin Juszkiewicz
2013-01-30 10:45   ` Martin Jansa
2013-02-05  8:58     ` [meta-oe][PATCH] python-numpy: add 1.7.0rc1 Marcin Juszkiewicz
2013-02-05 10:17       ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.