From d06ba4d9ef555dd581885ffe0c6c403894a1f694 Mon Sep 17 00:00:00 2001 From: zangrc Date: Wed, 19 Aug 2020 03:50:02 +0800 Subject: python3-xstatic-jquery: upgrade 1.10.2.1 -> 3.4.1.0 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-jquery.inc | 22 ---------------------- .../python/python-xstatic-jquery_1.10.2.1.bb | 2 -- .../python/python3-xstatic-jquery_1.10.2.1.bb | 2 -- .../python/python3-xstatic-jquery_3.4.1.0.bb | 22 ++++++++++++++++++++++ 4 files changed, 22 insertions(+), 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-jquery_3.4.1.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc b/meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc deleted file mode 100644 index db8e2a2..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery.inc +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "jQuery javascript library packaged for setuptools (easy_install) / pip." -HOMEPAGE = "http://jquery.com/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://README.txt;md5=af1f21066b501c7d9265fab0d5556ece" - -PYPI_PACKAGE = "XStatic-jQuery" - -SRC_URI[md5sum] = "7a29efeab6961ef00ea2272c923f4503" -SRC_URI[sha256sum] = "83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb deleted file mode 100644 index efbb9e3..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-jquery_1.10.2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-jquery.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb deleted file mode 100644 index efbb9e3..0000000 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_1.10.2.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-jquery.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_3.4.1.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_3.4.1.0.bb new file mode 100644 index 0000000..b68654f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery_3.4.1.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "jQuery javascript library packaged for setuptools (easy_install) / pip." +HOMEPAGE = "http://jquery.com/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.txt;md5=af1f21066b501c7d9265fab0d5556ece" + +PYPI_PACKAGE = "XStatic-jQuery" + +SRC_URI[md5sum] = "8b7ace314d6780e159b2c03cd93a4b5b" +SRC_URI[sha256sum] = "3fccac7eb265f95430c62eb652cdaeb671785267c77413df926d9facd5825978" + +inherit setuptools3 pypi + +# DEPENDS_default: python3-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf