blob: 430fe5fd7fbd324bd01b1196350dbba2baea4443 (
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.22.1
pkgrel = 2
url = https://github.com/seatgeek/thefuzz
arch = any
license = MIT
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=0.18.0
conflicts = python-fuzzywuzzy
source = thefuzz::git+https://github.com/seatgeek/thefuzz.git#tag=0.22.1
sha256sums = SKIP
pkgname = python-thefuzz
|