diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-08-19 03:50:01 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-20 15:24:49 -0400 |
| commit | 5ca2a3c294cba6e3b4174cc56d74adaf87eb3c4d (patch) | |
| tree | 51ef581d405a8da25020012dbf38ad8f0e38f9e0 /meta-openstack/recipes-devtools/python/python3-xstatic-jquery.tablesorter_2.14.5.2.bb | |
| parent | b8536318af30356ed75c8a01b8ee703addb7d2c3 (diff) | |
| download | meta-cloud-services-5ca2a3c294cba6e3b4174cc56d74adaf87eb3c4d.tar.gz | |
python3-xstatic-jquery.tablesorter: upgrade 2.14.5.1 -> 2.14.5.2
-License-Update: Update PKG-INFO.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-jquery.tablesorter_2.14.5.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-jquery.tablesorter_2.14.5.2.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-jquery.tablesorter_2.14.5.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery.tablesorter_2.14.5.2.bb new file mode 100644 index 0000000..6ec6988 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-jquery.tablesorter_2.14.5.2.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "JQuery.TableSorter JavaScript library packaged for setuptools3" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-JQuery.TableSorter" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e9d3f27b721fc196b019f8afb6f639a0" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-JQuery.TableSorter" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "024a8dd83aa173ec0b161e76391ba56c" | ||
| 10 | SRC_URI[sha256sum] = "bdd847ca0cde4014fd21134f99e59a99ef488185c745e82646911d2f9de3d762" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python3-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | python3-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
