blob: dda8ba29b10ad1c2014375ecd3fec99811081dfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-thefuzz
pkgdesc = Fuzzy string matching in Python
pkgver = 0.21.0
pkgrel = 1
url = https://github.com/seatgeek/thefuzz
arch = any
license = GPL2
checkdepends = python-hypothesis
checkdepends = python-pycodestyle
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-rapidfuzz
provides = python-fuzzywuzzy
conflicts = python-fuzzywuzzy
source = thefuzz::git+https://github.com/seatgeek/thefuzz.git#tag=0.21.0
sha256sums = SKIP
pkgname = python-thefuzz
|