Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-rapidfuzz: update to 3.8.0 #47916

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/python3-rapidfuzz/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-rapidfuzz'
pkgname=python3-rapidfuzz
version=3.5.2
version=3.8.1
revision=1
build_style=python3-pep517
hostmakedepends="cmake python3-scikit-build"
Expand All @@ -11,8 +11,9 @@ short_desc="Rapid fuzzy string matching in Python using various string metrics"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz"
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
checksum=9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e
checksum=a357aae6791118011ad3ab4f2a4aa7bd7a487e5f9981b390e9f3c2c5137ecadf

export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"

Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/rapidfuzz-cpp/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'rapidfuzz-cpp'
pkgname=rapidfuzz-cpp
version=2.2.3
version=3.0.4
revision=1
build_style=cmake
short_desc="Rapid fuzzy string matching in C++ using the Levenshtein Distance"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="MIT"
homepage="https://github.com/maxbachmann/rapidfuzz-cpp"
distfiles="https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${version}.tar.gz"
checksum=df4412e9593945782de2212095bd4b70a8f8e63ae8f313976c616809be124d2c
checksum=18d1c41575ceddd6308587da8befc98c85d3b5bc2179d418daffed6d46b8cb0a

post_install() {
vlicense LICENSE
Expand Down