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.9j.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.9j.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lesscpy_0.9j.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy_0.9j.bb b/meta-openstack/recipes-devtools/python/python-lesscpy_0.9j.bb deleted file mode 100644 index 3bee660..0000000 --- a/meta-openstack/recipes-devtools/python/python-lesscpy_0.9j.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 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 | PR = "r0" | ||
| 8 | SRCNAME = "lesscpy" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | file://0001-lesscpy-remove-explicit-python3.patch \ | ||
| 12 | file://0002-Description-Fixup-for-python3.3-compat.patch \ | ||
| 13 | " | ||
| 14 | |||
| 15 | DEPENDS += "python-ply" | ||
| 16 | RDEPENDS_${PN} += "python-ply" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "a9587da0148463d6521f386294c9d6f3" | ||
| 19 | SRC_URI[sha256sum] = "fa01d435a1ab3abafba683519bdc7aca5e19399e96225e1a8bc1d660b566364d" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 22 | |||
| 23 | inherit distutils | ||
| 24 | |||
| 25 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 26 | --prefix=${prefix} \ | ||
| 27 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 28 | --install-data=${datadir}" | ||
