dev-python/thefuzz - 0.19.0 (wayland-desktop)

Search

Install

Install this version:

emerge -a =dev-python/thefuzz-0.19.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/thefuzz-0.19.0

Or alternatively:

emerge --autounmask-write -a =dev-python/thefuzz-0.19.0

Package Information

Description:
Fuzzy String Matching in Python.
Homepage:
https://github.com/rhinstaller/dasbus
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
0.19.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Aisha Tammy <floss@bsd.ac>
# Distributed under the terms of the ISC License

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )

inherit distutils-r1

DESCRIPTION="Fuzzy String Matching in Python."
HOMEPAGE="https://github.com/rhinstaller/dasbus"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/seatgeek/thefuzz.git"
else
	inherit pypi
	KEYWORDS="~amd64"
fi

LICENSE="LGPL-2.1"
SLOT="0"

DEPEND="
	test? (
		$(python_gen_cond_dep '
			dev-python/hypothesis[${PYTHON_USEDEP}]
		')
	)
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

DEPEND

	test? (
		$(python_gen_cond_dep '
			dev-python/hypothesis[${PYTHON_USEDEP}]
		')
	)