From 5f0530c20ece79a907096e181570d78fe96d819b Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 25 Aug 2020 21:08:34 +0800 Subject: python3-xstatic-bootstrap-datepicker: Remove python recipe Because python is no longer maintained, delete the python2 version of the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-xstatic-bootstrap-datepicker.inc | 19 ------------------- .../python-xstatic-bootstrap-datepicker_1.3.1.0.bb | 2 -- .../python3-xstatic-bootstrap-datepicker_1.4.0.0.bb | 21 +++++++++++++++++++-- 3 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker_1.3.1.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc deleted file mode 100644 index f1d19f3..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Bootstrap-Datepicker JavaScript library packaged for setuptools (easy_install) / pip." -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=717661446a83183e303f3f8e0a1ea277" - -PYPI_PACKAGE = "XStatic-Bootstrap-Datepicker" - -SRC_URI[md5sum] = "68375e81274159874ab5fd6d85ea405c" -SRC_URI[sha256sum] = "df33add9f5e785fa884ac4b182601af6aac9e1eeef7cfe62dbbcb0654d0f2d6e" - -inherit pypi - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker_1.3.1.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker_1.3.1.0.bb deleted file mode 100644 index 9e9db89..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker_1.3.1.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-bootstrap-datepicker.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-datepicker_1.4.0.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-datepicker_1.4.0.0.bb index 9e9db89..6ecaf8a 100644 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-datepicker_1.4.0.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-datepicker_1.4.0.0.bb @@ -1,2 +1,19 @@ -require python-xstatic-bootstrap-datepicker.inc -inherit setuptools3 +DESCRIPTION = "Bootstrap-Datepicker JavaScript library packaged for setuptools (easy_install) / pip." +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=717661446a83183e303f3f8e0a1ea277" + +PYPI_PACKAGE = "XStatic-Bootstrap-Datepicker" + +SRC_URI[md5sum] = "68375e81274159874ab5fd6d85ea405c" +SRC_URI[sha256sum] = "df33add9f5e785fa884ac4b182601af6aac9e1eeef7cfe62dbbcb0654d0f2d6e" + +inherit setuptools3 pypi + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf