diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:26 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 68725200f4a5b48d19fedb9a70677a2476aceb05 (patch) | |
| tree | 2ac35ebd7e021317d6cd54ccf0ade60957ab5d5e /meta-openstack/recipes-devtools/python/python-lesscpy_0.10.2.bb | |
| parent | 387c4ff5431b2f6f7a8c20450c5fc0e575ddcee1 (diff) | |
| download | meta-cloud-services-68725200f4a5b48d19fedb9a70677a2476aceb05.tar.gz | |
python-lesscpy: upgrade to 0.10.2
remove unneeded patches since they are fixed in new version.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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.bb | 25 |
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 @@ | |||
| 1 | DESCRIPTION = "Python lesscpy: Python LESS Compiler" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/lesscpy" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" | ||
| 6 | |||
| 7 | SRCNAME = "lesscpy" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | DEPENDS += "python-ply" | ||
| 13 | RDEPENDS_${PN} += "python-ply" | ||
| 14 | |||
| 15 | SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" | ||
| 16 | SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 19 | |||
| 20 | inherit distutils | ||
| 21 | |||
| 22 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 23 | --prefix=${prefix} \ | ||
| 24 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 25 | --install-data=${datadir}" | ||
