From eb0e7ed6a339d01bb47660317f161c9184d92117 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 25 Aug 2020 04:08:10 +0800 Subject: python3-xstatic-bootstrap-scss: upgrade 3.3.7.1 -> 3.4.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-bootstrap-scss.inc | 22 ---------------------- .../python-xstatic-bootstrap-scss_3.3.7.1.bb | 2 -- .../python3-xstatic-bootstrap-scss_3.3.7.1.bb | 2 -- .../python3-xstatic-bootstrap-scss_3.4.1.0.bb | 22 ++++++++++++++++++++++ 4 files changed, 22 insertions(+), 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.3.7.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss.inc b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss.inc deleted file mode 100644 index 2987919..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "%DESCRIPTION%" -HOMEPAGE = "%URL%" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -PYPI_PACKAGE = "XStatic-Bootstrap-SCSS" - -SRC_URI[md5sum] = "cc0d26647d10e1de84ba6649d3264f77" -SRC_URI[sha256sum] = "4d388df037293163bf3242e0b60c79d06e1f743af8b0be8473f92676340e5acd" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb deleted file mode 100644 index 20eab88..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-scss_3.3.7.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-bootstrap-scss.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.3.7.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.3.7.1.bb deleted file mode 100644 index 20eab88..0000000 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.3.7.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-bootstrap-scss.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb new file mode 100644 index 0000000..3102979 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-scss_3.4.1.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "%DESCRIPTION%" +HOMEPAGE = "%URL%" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PYPI_PACKAGE = "XStatic-Bootstrap-SCSS" + +SRC_URI[md5sum] = "01b41f33c6c57d1a5d59f41ce360bdd0" +SRC_URI[sha256sum] = "5cb56f0090cb6489d643730de57c68d8a6714f2b9fe526ac89bb68f5d77dfe10" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf