* update python-rapidfuzz to 3.6.2-4

This commit is contained in:
Alexander Baldeck 2024-12-05 23:00:24 +01:00
parent 62098a66ab
commit ec1d71205d
3 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,30 @@
pkgbase = python-rapidfuzz
pkgdesc = Rapid fuzzy string matching in Python using various string metrics
pkgver = 3.6.2
pkgrel = 4
url = https://github.com/maxbachmann/rapidfuzz
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = MIT
checkdepends = python-hypothesis
checkdepends = python-pandas
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = cython
makedepends = python-scikit-build
makedepends = rapidfuzz-cpp
depends = glibc
depends = gcc-libs
depends = python
optdepends = python-numpy
source = python-rapidfuzz::git+https://github.com/maxbachmann/rapidfuzz#commit=26917be34e943fd082f13f3106b84b4c27a7f56a
source = github.com-taskflow-taskflow::git+https://github.com/taskflow/taskflow
b2sums = SKIP
b2sums = SKIP
pkgname = python-rapidfuzz

View File

@ -0,0 +1,4 @@
[python-rapidfuzz]
source = "pypi"
pypi = "rapidfuzz"

View File

@ -5,7 +5,7 @@
pkgname=python-rapidfuzz
pkgver=3.6.2
pkgrel=3
pkgrel=4
pkgdesc='Rapid fuzzy string matching in Python using various string metrics'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/maxbachmann/rapidfuzz'