git: 1aa9ed60d45b - main - devel/py-rapidfuzz: fix build with project.toml issue with scikit-build-core 0.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Mar 2025 03:40:20 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1aa9ed60d45b874b7b26650e120508a8147bbab5
commit 1aa9ed60d45b874b7b26650e120508a8147bbab5
Author: Matthew Wener <matthew@wener.org>
AuthorDate: 2025-03-02 03:39:31 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-02 03:40:18 +0000
devel/py-rapidfuzz: fix build with project.toml issue with scikit-build-core 0.11
PR: 285098
---
devel/py-rapidfuzz/Makefile | 4 ++++
devel/py-rapidfuzz/distinfo | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/devel/py-rapidfuzz/Makefile b/devel/py-rapidfuzz/Makefile
index 2d8c223ae025..ce880092e17c 100644
--- a/devel/py-rapidfuzz/Makefile
+++ b/devel/py-rapidfuzz/Makefile
@@ -1,9 +1,13 @@
PORTNAME= rapidfuzz
DISTVERSION= 3.10.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PATCH_SITES= https://github.com/${PORTNAME}/RapidFuzz/commit/
+PATCHFILES= d23b79f5fceea0cc04fc38f830ad54ca782e776d.patch:-p1 # https://github.com/rapidfuzz/RapidFuzz/pull/433
+
MAINTAINER= yuri@FreeBSD.org
COMMENT= Rapid fuzzy string matching in Python
WWW= https://github.com/rapidfuzz/RapidFuzz
diff --git a/devel/py-rapidfuzz/distinfo b/devel/py-rapidfuzz/distinfo
index 6aec430dcd6b..824ab0de6b23 100644
--- a/devel/py-rapidfuzz/distinfo
+++ b/devel/py-rapidfuzz/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1731116509
+TIMESTAMP = 1740859243
SHA256 (rapidfuzz-3.10.1.tar.gz) = 5a15546d847a915b3f42dc79ef9b0c78b998b4e2c53b252e7166284066585979
SIZE (rapidfuzz-3.10.1.tar.gz) = 57982250
+SHA256 (d23b79f5fceea0cc04fc38f830ad54ca782e776d.patch) = 470eb369dc1a6cdadb3437eee02af34498f66f75992410a7b3b6fe40847aa421
+SIZE (d23b79f5fceea0cc04fc38f830ad54ca782e776d.patch) = 686