Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-scikit-build: update to 0.18.0
@ 2024-06-22 22:23 chrysos349
  2024-06-25  1:45 ` ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chrysos349 @ 2024-06-22 22:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 502 bytes --]

There is a new pull request by chrysos349 against master on the void-packages repository

https://github.com/chrysos349/void-packages python3-scikit-build
https://github.com/void-linux/void-packages/pull/50939

python3-scikit-build: update to 0.18.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)

A patch file from https://github.com/void-linux/void-packages/pull/50939.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-scikit-build-50939.patch --]
[-- Type: text/x-diff, Size: 2657 bytes --]

From 420ae21020937f2049a0d7c4371df76ff95753c4 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
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 <chrysostom349@gmail.com>"
 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 <chrysostom349@gmail.com>
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"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python3-scikit-build: update to 0.18.0
  2024-06-22 22:23 [PR PATCH] python3-scikit-build: update to 0.18.0 chrysos349
@ 2024-06-25  1:45 ` ahesford
  2024-06-25  8:21 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2024-06-25  1:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/50939#issuecomment-2187769052

Comment:
Please change the commit message of `python3-rapidfuzz` to something more descriptive, like

    python3-rapidfuzz: allow building with newer scikit-build

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] python3-scikit-build: update to 0.18.0
  2024-06-22 22:23 [PR PATCH] python3-scikit-build: update to 0.18.0 chrysos349
  2024-06-25  1:45 ` ahesford
@ 2024-06-25  8:21 ` chrysos349
  2024-06-25  8:22 ` chrysos349
  2024-06-25 10:51 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-06-25  8:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 507 bytes --]

There is an updated pull request by chrysos349 against master on the void-packages repository

https://github.com/chrysos349/void-packages python3-scikit-build
https://github.com/void-linux/void-packages/pull/50939

python3-scikit-build: update to 0.18.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)

A patch file from https://github.com/void-linux/void-packages/pull/50939.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-scikit-build-50939.patch --]
[-- Type: text/x-diff, Size: 2686 bytes --]

From 4cddb7af8661e8977f2a1c203174c84a907981d3 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
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 <chrysostom349@gmail.com>"
 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 aea620889c33ef182c64d59a167dabfc37d9db3c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 23 Jun 2024 01:21:00 +0300
Subject: [PATCH 2/2] python3-rapidfuzz: allow building with newer scikit-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"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: python3-scikit-build: update to 0.18.0
  2024-06-22 22:23 [PR PATCH] python3-scikit-build: update to 0.18.0 chrysos349
  2024-06-25  1:45 ` ahesford
  2024-06-25  8:21 ` [PR PATCH] [Updated] " chrysos349
@ 2024-06-25  8:22 ` chrysos349
  2024-06-25 10:51 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: chrysos349 @ 2024-06-25  8:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/50939#issuecomment-2188279275

Comment:
@ahesford fixed the commit mesage

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: python3-scikit-build: update to 0.18.0
  2024-06-22 22:23 [PR PATCH] python3-scikit-build: update to 0.18.0 chrysos349
                   ` (2 preceding siblings ...)
  2024-06-25  8:22 ` chrysos349
@ 2024-06-25 10:51 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2024-06-25 10:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

There's a merged pull request on the void-packages repository

python3-scikit-build: update to 0.18.0
https://github.com/void-linux/void-packages/pull/50939

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-25 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-22 22:23 [PR PATCH] python3-scikit-build: update to 0.18.0 chrysos349
2024-06-25  1:45 ` ahesford
2024-06-25  8:21 ` [PR PATCH] [Updated] " chrysos349
2024-06-25  8:22 ` chrysos349
2024-06-25 10:51 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).