From fc614f369481608b3501f91ca80f78e542485a7b Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 22 Sep 2020 10:27:25 +0800 Subject: python3-lesscpy: upgrade 0.10.2 -> 0.14.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-lesscpy.inc | 18 ------------------ .../recipes-devtools/python/python3-lesscpy_0.10.2.bb | 2 -- .../recipes-devtools/python/python3-lesscpy_0.14.0.bb | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lesscpy.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-lesscpy_0.14.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy.inc b/meta-openstack/recipes-devtools/python/python-lesscpy.inc deleted file mode 100644 index c10b0b8..0000000 --- a/meta-openstack/recipes-devtools/python/python-lesscpy.inc +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Python lesscpy: Python LESS Compiler" -HOMEPAGE = "https://pypi.python.org/pypi/lesscpy" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" - -DEPENDS += "${PYTHON_PN}-ply" -RDEPENDS_${PN} += "${PYTHON_PN}-ply" - -SRC_URI[md5sum] = "fedbad1f4eb19c3af37f09560156246d" -SRC_URI[sha256sum] = "ccad1ad2a89ced1875c5ca4e16e5478b791d31fb187fe29f1541859318ed9055" - -inherit pypi - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" diff --git a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb b/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb deleted file mode 100644 index 167b970..0000000 --- a/meta-openstack/recipes-devtools/python/python3-lesscpy_0.10.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-lesscpy.inc -inherit setuptools3 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 @@ +DESCRIPTION = "Python lesscpy: Python LESS Compiler" +HOMEPAGE = "https://pypi.python.org/pypi/lesscpy" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a01aae31681ac25b4c46f98d627b9b5d" + +DEPENDS += "${PYTHON_PN}-ply" +RDEPENDS_${PN} += "${PYTHON_PN}-ply" + +SRC_URI[md5sum] = "efe82be479ddb7bdc48b2114dab94b20" +SRC_URI[sha256sum] = "7b664f60818a16afa8cc9f1dd6d9b17f944e0ce94e50787d76f81bc7a8648cce" + +inherit setuptools3 pypi + +DISTUTILS_INSTALL_ARGS = "--root=${D} \ + --prefix=${prefix} \ + --install-lib=${PYTHON_SITEPACKAGES_DIR} \ + --install-data=${datadir}" -- cgit v1.2.3-54-g00ecf