blob: b7a5293672d18adf72b88f2ffb27b3381eba79a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-thefuzz-git
pkgdesc = Fuzzy string matching in Python
pkgver = 0.22.1.r0.ga1a8cde
pkgrel = 1
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-thefuzz
provides = python-fuzzywuzzy
conflicts = python-thefuzz
conflicts = python-fuzzywuzzy
source = thefuzz::git+https://github.com/seatgeek/thefuzz.git
sha256sums = SKIP
pkgname = python-thefuzz-git
|