summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb
new file mode 100644
index 0000000..7e359b4
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-testtools_0.9.33.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Extensions to the Python standard library unit testing framework"
2HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=30a345a6863019b548dba40895dfee79"
6
7PR = "r0"
8SRCNAME = "testtools"
9
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "310ce6fab8affecdc7415ff910a83c42"
13SRC_URI[sha256sum] = "5b62231fea71ccb2361d48286481b198ccb8768bf81f8aaec1c8d5fb98eaaca3"
14
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit setuptools