From 222131f91e16d8a7b3f032ceb897fb952a8d3f10 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 19 Sep 2020 05:21:28 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- .../python/python3-xstatic-hogan_2.0.0.3.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb (limited to 'meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb') 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 @@ +DESCRIPTION = "Hogan JavaScript library packaged for setuptools" +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Hogan" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e5366bec2bd8e901c248ef0df2425a7f" + +PYPI_PACKAGE = "XStatic-Hogan" + +SRC_URI[md5sum] = "b9b7610ba5c16e9ba398efb83d26a656" +SRC_URI[sha256sum] = "27a921963e470abbada15b2d85d198833795aaead5fd73339bc2883cfddb5619" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf