From 303a4e377c6ecaae11b04021ea36b159352ea4df Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 1 Jun 2025 15:26:21 -0700 Subject: python3-snowballstemmer: upgrade 2.2.0 -> 3.0.1 * Change to setuptools.build_meta PEP-517 backend Comparing changes since 2.2.0: https://github.com/snowballstem/snowball/compare/v2.2.0...v3.0.1 (From OE-Core rev: 1df380010733fd912106a23022ede0f785a017d5) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- .../python/python3-snowballstemmer_2.2.0.bb | 13 ------------- .../python/python3-snowballstemmer_3.0.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb create mode 100644 meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb b/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb deleted file mode 100644 index ff120a3fc4..0000000000 --- a/meta/recipes-devtools/python/python3-snowballstemmer_2.2.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Snowball compiler and stemming algorithms" -HOMEPAGE = "https://github.com/snowballstem/snowball" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" - -SRC_URI[sha256sum] = "09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1" - -PYPI_PACKAGE = "snowballstemmer" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb new file mode 100644 index 0000000000..37cfbce7dc --- /dev/null +++ b/meta/recipes-devtools/python/python3-snowballstemmer_3.0.1.bb @@ -0,0 +1,13 @@ +SUMMARY = "Snowball compiler and stemming algorithms" +HOMEPAGE = "https://github.com/snowballstem/snowball" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" + +SRC_URI[sha256sum] = "6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895" + +PYPI_PACKAGE = "snowballstemmer" + +inherit pypi python_setuptools_build_meta + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf