summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-08-25 21:08:34 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-08-27 16:17:08 -0400
commit5f0530c20ece79a907096e181570d78fe96d819b (patch)
tree1db3689c857fc10226c4daea2b368ffbd076e36e
parentbeb36347ebb4cf86e5db8b3297ccb84e27c62330 (diff)
downloadmeta-cloud-services-5f0530c20ece79a907096e181570d78fe96d819b.tar.gz
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 <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker.inc19
-rw-r--r--meta-openstack/recipes-devtools/python/python-xstatic-bootstrap-datepicker_1.3.1.0.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-xstatic-bootstrap-datepicker_1.4.0.0.bb21
3 files changed, 19 insertions, 23 deletions
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 @@
1DESCRIPTION = "Bootstrap-Datepicker JavaScript library packaged for setuptools (easy_install) / pip."
2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=717661446a83183e303f3f8e0a1ea277"
6
7PYPI_PACKAGE = "XStatic-Bootstrap-Datepicker"
8
9SRC_URI[md5sum] = "68375e81274159874ab5fd6d85ea405c"
10SRC_URI[sha256sum] = "df33add9f5e785fa884ac4b182601af6aac9e1eeef7cfe62dbbcb0654d0f2d6e"
11
12inherit pypi
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18RDEPENDS_${PN} += " \
19 "
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 @@
1require python-xstatic-bootstrap-datepicker.inc
2inherit 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 @@
1require python-xstatic-bootstrap-datepicker.inc 1DESCRIPTION = "Bootstrap-Datepicker JavaScript library packaged for setuptools (easy_install) / pip."
2inherit setuptools3 2HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Bootstrap-Datepicker"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=717661446a83183e303f3f8e0a1ea277"
6
7PYPI_PACKAGE = "XStatic-Bootstrap-Datepicker"
8
9SRC_URI[md5sum] = "68375e81274159874ab5fd6d85ea405c"
10SRC_URI[sha256sum] = "df33add9f5e785fa884ac4b182601af6aac9e1eeef7cfe62dbbcb0654d0f2d6e"
11
12inherit setuptools3 pypi
13
14DEPENDS += " \
15 ${PYTHON_PN}-pip \
16 "
17
18RDEPENDS_${PN} += " \
19 "