diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-08-19 03:50:02 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-20 15:24:49 -0400 |
| commit | d06ba4d9ef555dd581885ffe0c6c403894a1f694 (patch) | |
| tree | 1fec7c2fe27d1c6890e42129b2df47dc13d48424 /meta-openstack/recipes-devtools/python/python3-xstatic-jquery_3.4.1.0.bb | |
| parent | 5ca2a3c294cba6e3b4174cc56d74adaf87eb3c4d (diff) | |
| download | meta-cloud-services-d06ba4d9ef555dd581885ffe0c6c403894a1f694.tar.gz | |
python3-xstatic-jquery: upgrade 1.10.2.1 -> 3.4.1.0
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_3.4.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-jquery_3.4.1.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "jQuery javascript library packaged for setuptools (easy_install) / pip." | ||
| 2 | HOMEPAGE = "http://jquery.com/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=af1f21066b501c7d9265fab0d5556ece" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-jQuery" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "8b7ace314d6780e159b2c03cd93a4b5b" | ||
| 10 | SRC_URI[sha256sum] = "3fccac7eb265f95430c62eb652cdaeb671785267c77413df926d9facd5825978" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python3-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
