python3-rapidfuzz: update to 3.9.3
This commit is contained in:
parent
9cf8df06dc
commit
dacbebd2bc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-rapidfuzz'
|
# Template file for 'python3-rapidfuzz'
|
||||||
pkgname=python3-rapidfuzz
|
pkgname=python3-rapidfuzz
|
||||||
version=3.9.1
|
version=3.9.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="cmake python3-scikit-build"
|
hostmakedepends="cmake python3-scikit-build"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://github.com/maxbachmann/rapidfuzz"
|
homepage="https://github.com/maxbachmann/rapidfuzz"
|
||||||
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
|
changelog="https://github.com/rapidfuzz/RapidFuzz/releases"
|
||||||
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/r/rapidfuzz/rapidfuzz-${version}.tar.gz"
|
||||||
checksum=a42eb645241f39a59c45a7fc15e3faf61886bff3a4a22263fd0f7cfb90e91b7f
|
checksum=b398ea66e8ed50451bce5997c430197d5e4b06ac4aa74602717f792d8d8d06e2
|
||||||
|
|
||||||
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue