From 420ae21020937f2049a0d7c4371df76ff95753c4 Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Sun, 23 Jun 2024 01:19:31 +0300 Subject: [PATCH 1/2] python3-scikit-build: update to 0.18.0 --- srcpkgs/python3-scikit-build/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-scikit-build/template b/srcpkgs/python3-scikit-build/template index 7645db435d5f5b..77ed235e56b117 100644 --- a/srcpkgs/python3-scikit-build/template +++ b/srcpkgs/python3-scikit-build/template @@ -1,6 +1,6 @@ # Template file for 'python3-scikit-build' pkgname=python3-scikit-build -version=0.17.6 +version=0.18.0 revision=1 build_style=python3-pep517 # test requires setuptools_scm to not be installed @@ -15,7 +15,7 @@ maintainer="chrysos349 " license="MIT" homepage="https://scikit-build.org" distfiles="${PYPI_SITE}/s/scikit_build/scikit_build-${version}.tar.gz" -checksum=b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d +checksum=71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096 post_install() { vlicense LICENSE From cb2a77ab6dc6b87200818da0fb99623bef788e1d Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Sun, 23 Jun 2024 01:21:00 +0300 Subject: [PATCH 2/2] python3-rapidfuzz: fix build --- .../patches/scikit-build-ver.patch | 13 +++++++++++++ srcpkgs/python3-rapidfuzz/template | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/python3-rapidfuzz/patches/scikit-build-ver.patch diff --git a/srcpkgs/python3-rapidfuzz/patches/scikit-build-ver.patch b/srcpkgs/python3-rapidfuzz/patches/scikit-build-ver.patch new file mode 100644 index 00000000000000..06ee964aa47775 --- /dev/null +++ b/srcpkgs/python3-rapidfuzz/patches/scikit-build-ver.patch @@ -0,0 +1,13 @@ +diff --git a/pyproject.toml b/pyproject.toml +index 26c32df3d..72a570c94 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -1,7 +1,7 @@ + [build-system] + requires = [ + "setuptools>=42", +- "scikit-build~=0.17.0" ++ "scikit-build>=0.17.0" + ] + build-backend = "backend" + backend-path = ["_custom_build"] diff --git a/srcpkgs/python3-rapidfuzz/template b/srcpkgs/python3-rapidfuzz/template index e577d0e8831313..7c0667a84ceb36 100644 --- a/srcpkgs/python3-rapidfuzz/template +++ b/srcpkgs/python3-rapidfuzz/template @@ -1,7 +1,7 @@ # Template file for 'python3-rapidfuzz' pkgname=python3-rapidfuzz version=3.9.3 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="cmake python3-scikit-build" makedepends="python3-devel rapidfuzz-cpp"