From 7de344b3d009fbfa1f17db3a20bcf3d89c6ea638 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Oct 2024 11:04:32 +0100 Subject: python3-markupsafe: Upgrade 2.1.5 -> 3.0.1 Update to match the upstream repo name change and the renamed license file. (From OE-Core rev: 43a2af6e4124a0f3949bfd9409b102987b2b2767) Signed-off-by: Richard Purdie --- .../python/python3-markupsafe_2.1.5.bb | 27 ---------------------- .../python/python3-markupsafe_3.0.1.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb create mode 100644 meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb deleted file mode 100644 index 821332fe7c..0000000000 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python" -HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" - -SRC_URI[sha256sum] = "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" - -PYPI_PACKAGE = "MarkupSafe" -inherit pypi python_setuptools_build_meta ptest - -RDEPENDS:${PN} += "python3-stringold" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} diff --git a/meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb b/meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb new file mode 100644 index 0000000000..294532c6af --- /dev/null +++ b/meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb @@ -0,0 +1,27 @@ +SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python" +HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ffeffa59c90c9c4a033c7574f8f3fb75" + +SRC_URI[sha256sum] = "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344" + +PYPI_PACKAGE = "markupsafe" +inherit pypi python_setuptools_build_meta ptest + +RDEPENDS:${PN} += "python3-stringold" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-pytest \ + python3-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -f ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} -- cgit v1.2.3-54-g00ecf