summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb
new file mode 100644
index 0000000..61ae935
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb
@@ -0,0 +1,25 @@
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
7SRCNAME = "lesscpy"
8
9SRC_URI = "https://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
10 "
11
12DEPENDS += "python-ply"
13RDEPENDS_${PN} += "python-ply"
14
15SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d"
16SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055"
17
18S = "${WORKDIR}/${SRCNAME}-${PV}"
19
20inherit distutils
21
22DISTUTILS_INSTALL_ARGS = "--root=${D} \
23 --prefix=${prefix} \
24 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
25 --install-data=${datadir}"