summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb b/meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb
new file mode 100644
index 0000000..df3ceee
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-subunit_0.0.15.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Python implementation of subunit test streaming protocol"
2HOMEPAGE = "https://pypi.python.org/pypi/python-subunit/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README;md5=a6d86940a8393cf77ecc299eff036a1c"
6
7PR = "r0"
8SRCNAME = "python-subunit"
9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "65e43979f1156911a468fa76cc192c0a"
13SRC_URI[sha256sum] = "3be52e3754e6033292851ea28745706fb5941d2f4f347833af46c0a895dba46d"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools