summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
new file mode 100644
index 0000000..64417b3
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "Python lesscpy: Python LESS Compiler"
2HOMEPAGE = "https://pypi.python.org/pypi/lesscpy"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d"
6
7DEPENDS += "${PYTHON_PN}-ply"
8RDEPENDS_${PN} += "${PYTHON_PN}-ply"
9
10SRC_URI[md5sum] = "efe82be479ddb7bdc48b2114dab94b20"
11SRC_URI[sha256sum] = "7b664f60818a16afa8cc9f1dd6d9b17f944e0ce94e50787d76f81bc7a8648cce"
12
13inherit setuptools3 pypi
14
15DISTUTILS_INSTALL_ARGS = "--root=${D} \
16 --prefix=${prefix} \
17 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
18 --install-data=${datadir}"