From 2ddc2531e13c2cf9f1b3756abaeb52f96c349e46 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jul 2020 16:54:22 +0800 Subject: python3-xstatic-jquery-ui: Change python to python3 upgrade 1.11.0.1 -> 1.12.1.1 PKG-INFO-Update: Version updated to 1.12.1.1. Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-jquery-ui_1.11.0.1.bb | 22 ---------------------- .../python/python3-xstatic-jquery-ui_1.12.1.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb deleted file mode 100644 index ca2d447..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery-ui_1.11.0.1.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "%DESCRIPTION%" -HOMEPAGE = "%URL%" -SECTION = "devel/python" -LICENSE = "Apache-2" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=55ac15f231e5629fb6576e349c318199" - -PYPI_PACKAGE = "XStatic-jquery-ui" - -SRC_URI[md5sum] = "03d8ea7a0dab29d548e7bc195703b04f" -SRC_URI[sha256sum] = "099b1836eb0d91b8dc98f5b8a6b856a2631d43af0d47f33ef90ee72ed37bda58" - -inherit setuptools3 pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb new file mode 100644 index 0000000..98346af --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery-ui_1.12.1.1.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "%DESCRIPTION%" +HOMEPAGE = "%URL%" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7de5500e6244db6d698bbb724aea9a17" + +PYPI_PACKAGE = "XStatic-jquery-ui" + +SRC_URI[md5sum] = "2d5569524c7936d82f41d833f3c84e62" +SRC_URI[sha256sum] = "d6ba48bb474420a8bcb2be02eef6ae96281ec24eff6befa54f04ebc9e4cc8910" + +inherit setuptools3 pypi + +# DEPENDS_default: python3-pip + +DEPENDS += " \ + python3-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf