From 775e8bd1cac034e2641cf0aa3cd3cdf5bc3900af Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 19 Sep 2020 05:19:53 +0800 Subject: python3-i18n: upgrade 0.3.1 -> 0.3.9 -License-Update: Update README.md. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-i18n.inc | 23 ---------------------- .../recipes-devtools/python/python3-i18n_0.3.1.bb | 2 -- .../recipes-devtools/python/python3-i18n_0.3.9.bb | 23 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 25 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-i18n.inc delete mode 100644 meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb diff --git a/meta-openstack/recipes-devtools/python/python-i18n.inc b/meta-openstack/recipes-devtools/python/python-i18n.inc deleted file mode 100644 index 74200e7..0000000 --- a/meta-openstack/recipes-devtools/python/python-i18n.inc +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "Translation library for Python" -HOMEPAGE = "https://github.com/tuvistavie/python-i18n" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://README.md;md5=7624ac071dec291ca8ef74e62e536a7a" - -PYPI_PACKAGE = "python-i18n" - -SRC_URI[md5sum] = "08b8c247add9f90806c4742a685fdb88" -SRC_URI[sha256sum] = "e1d832ff7d1d39ce593793cc709b2344aa8fdf321cf707081335f146160d9f20" - -inherit pypi - -# DEPENDS_default: python-pip - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-pyyaml \ - " diff --git a/meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb deleted file mode 100644 index 8e98d13..0000000 --- a/meta-openstack/recipes-devtools/python/python3-i18n_0.3.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-i18n.inc -inherit setuptools3 diff --git a/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb new file mode 100644 index 0000000..92a5aa3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Translation library for Python" +HOMEPAGE = "https://github.com/tuvistavie/python-i18n" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.md;md5=57cb947993e30ec5ab6df3f12d04ebad" + +PYPI_PACKAGE = "python-i18n" + +SRC_URI[md5sum] = "581de49007179e536c4c47982a651cea" +SRC_URI[sha256sum] = "df97f3d2364bf3a7ebfbd6cbefe8e45483468e52a9e30b909c6078f5f471e4e8" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pyyaml \ + " -- cgit v1.2.3-54-g00ecf