New package: python3-thefuzz-0.19.0
This commit is contained in:
parent
c86cb7fae1
commit
5f6d26fba7
1 changed files with 15 additions and 0 deletions
15
srcpkgs/python3-thefuzz/template
Normal file
15
srcpkgs/python3-thefuzz/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'python3-thefuzz'
|
||||
pkgname=python3-thefuzz
|
||||
version=0.19.0
|
||||
revision=1
|
||||
wrksrc="thefuzz-$version"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Levenshtein"
|
||||
checkdepends="python3-pytest $depends python3-hypothesis python3-pycodestyle"
|
||||
short_desc="Fuzzy String Matching in Python"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/seatgeek/thefuzz"
|
||||
distfiles="https://github.com/seatgeek/thefuzz/archive/refs/tags/$version.tar.gz"
|
||||
checksum=0804e9c02a50b8bdfe94f043fb09defa8cf81400105812a556c477d823683d2e
|
Loading…
Reference in a new issue