diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-19 05:21:28 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:34:21 -0400 |
| commit | 222131f91e16d8a7b3f032ceb897fb952a8d3f10 (patch) | |
| tree | e3979b38c315e6ab927ffeb043d678ce5e19bd32 /meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb | |
| parent | 7417104b0c9e6b69628c4d223f4a8a44e8c75849 (diff) | |
| download | meta-cloud-services-222131f91e16d8a7b3f032ceb897fb952a8d3f10.tar.gz | |
python3-xstatic-hogan: upgrade 2.0.0.2 -> 2.0.0.3
-License-Update: Update PKG-INFO.
Consolidate inc and bb files into a single bb file.
Since python2 is no longer maintained, the recipe of python2 is removed.
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-hogan_2.0.0.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb new file mode 100644 index 0000000..14f6a3d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Hogan JavaScript library packaged for setuptools" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Hogan" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e5366bec2bd8e901c248ef0df2425a7f" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "XStatic-Hogan" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "b9b7610ba5c16e9ba398efb83d26a656" | ||
| 10 | SRC_URI[sha256sum] = "27a921963e470abbada15b2d85d198833795aaead5fd73339bc2883cfddb5619" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | # DEPENDS_default: python-pip | ||
| 15 | |||
| 16 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pip \ | ||
| 18 | " | ||
| 19 | |||
| 20 | # RDEPENDS_default: | ||
| 21 | RDEPENDS_${PN} += " \ | ||
| 22 | " | ||
