From 0ef08fccf74e0b99b27d1947084c96d5fc3d3883 Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 21 Sep 2020 21:42:53 +0800 Subject: python3-xstatic-jasmine: upgrade 2.4.1.1 -> 2.4.1.2 Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-jasmine.inc | 22 ---------------------- .../python/python3-xstatic-jasmine_2.4.1.1.bb | 2 -- .../python/python3-xstatic-jasmine_2.4.1.2.bb | 22 ++++++++++++++++++++++ 3 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc b/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc deleted file mode 100644 index cdfb223..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jasmine.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Jasmine JavaScript library packaged for setuptools " -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Jasmine" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -PYPI_PACKAGE = "XStatic-Jasmine" - -SRC_URI[md5sum] = "9378ce965dfcb4ddb64855cc717d4ec8" -SRC_URI[sha256sum] = "d1e8bf3c0e1cf683cc2c0aad95f197e9e51ea747fb91291445223a2b7dbc4740" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb deleted file mode 100644 index 86eb7e2..0000000 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-jasmine.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb new file mode 100644 index 0000000..7e1638b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jasmine_2.4.1.2.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Jasmine JavaScript library packaged for setuptools " +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Jasmine" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PYPI_PACKAGE = "XStatic-Jasmine" + +SRC_URI[md5sum] = "736937d16fd655d1f6f2096b97d8255b" +SRC_URI[sha256sum] = "bf921be423c254a5cebc2156a7fd66d8210cefd251fc2fa51f792a153bf9e82b" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf