summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb b/meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb
new file mode 100644
index 0000000..f72f986
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-fixtures_0.3.14.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Fixtures, reusable state for writing clean tests and more"
2HOMEPAGE = "https://pypi.python.org/pypi/fixtures/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226"
6
7PR = "r0"
8SRCNAME = "fixtures"
9
10SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "c63c79c87405dbdc8e0f877c3ff583fd"
13SRC_URI[sha256sum] = "4cc3313e52519d2671bd22aacd4b3fde9d96b31eb49db04a7cd5ccc61fec5139"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit distutils
18
19DISTUTILS_INSTALL_ARGS = "--root=${D} \
20 --prefix=${prefix} \
21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
22 --install-data=${datadir}" \ No newline at end of file