From aee86f05d7f434bc3eb7440eeed6b9bfbb9489fc Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 15 Dec 2020 15:20:48 +0800 Subject: python3-pyscss: Change to python3 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pyscss_1.3.4.bb | 28 ------------------- .../python/python3-pyscss_1.3.7.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 28 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb diff --git a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb b/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb deleted file mode 100644 index 60e300d..0000000 --- a/meta-openstack/recipes-devtools/python/python-pyscss_1.3.4.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "pyScss, a Scss compiler for Python" -HOMEPAGE = "http://github.com/Kronuz/pyScss" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" - -PYPI_PACKAGE = "pyScss" - -SRC_URI[md5sum] = "9527b4864cd6023f77a8277e6fb773d7" -SRC_URI[sha256sum] = "d0323110ecc7d3ead6b99cfec31301306928130e4d0a9eb13226bf390aba8c0e" - -inherit setuptools3 pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - libpcre \ - python-six \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-enum \ - " - -CLEANBROKEN = "1" - diff --git a/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb new file mode 100644 index 0000000..0c7528a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pyscss_1.3.7.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "pyScss, a Scss compiler for Python" +HOMEPAGE = "http://github.com/Kronuz/pyScss" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=28155276e8df3f75bbd327335f66f2fa" + +PYPI_PACKAGE = "pyScss" + +SRC_URI[md5sum] = "c75fa4ea88d3c9df57a11679f337a939" +SRC_URI[sha256sum] = "f1df571569021a23941a538eb154405dde80bed35dc1ea7c5f3e18e0144746bf" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python3-pip \ + libpcre \ + python3-six \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python3-logging \ + python3-six \ + python3-numbers \ + python3-image \ + " + +CLEANBROKEN = "1" + -- cgit v1.2.3-54-g00ecf