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/python-xstatic-hogan.inc | 22 ---------------------- .../python/python-xstatic-hogan_2.0.0.2.bb | 2 -- .../python/python3-xstatic-hogan_2.0.0.2.bb | 2 -- .../python/python3-xstatic-hogan_2.0.0.3.bb | 22 ++++++++++++++++++++++ 4 files changed, 22 insertions(+), 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.3.bb diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc b/meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc deleted file mode 100644 index deeeae1..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-hogan.inc +++ /dev/null @@ -1,22 +0,0 @@ -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=18dc983faa3113478ed59ae157a985d5" - -PYPI_PACKAGE = "XStatic-Hogan" - -SRC_URI[md5sum] = "1c1de09c4813e8568aab98fa5270d6a0" -SRC_URI[sha256sum] = "5941bc7fb2a09916b8837848e6fc2a13b2dfc271811e9b522c61e1337d5fc2bd" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - " diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb b/meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb deleted file mode 100644 index bdd3c27..0000000 --- a/meta-openstack/recipes-devtools/python/python-xstatic-hogan_2.0.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-hogan.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb deleted file mode 100644 index bdd3c27..0000000 --- a/meta-openstack/recipes-devtools/python/python3-xstatic-hogan_2.0.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-xstatic-hogan.inc -inherit setuptools3 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