commit: 5b18cd06af19e44c206b36f11834ac1e202d2851
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 15:22:26 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 15:45:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b18cd06
dev-python/textdistance: Remove unused test dependencies
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/textdistance/textdistance-4.5.0.ebuild | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/dev-python/textdistance/textdistance-4.5.0.ebuild
b/dev-python/textdistance/textdistance-4.5.0.ebuild
index 5f557cf3b372..4af20c362ea5 100644
--- a/dev-python/textdistance/textdistance-4.5.0.ebuild
+++ b/dev-python/textdistance/textdistance-4.5.0.ebuild
@@ -5,13 +5,18 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
+
inherit distutils-r1
DESCRIPTION="Compute distance between the two texts"
-HOMEPAGE="https://github.com/life4/textdistance"
+HOMEPAGE="
+ https://github.com/life4/textdistance/
+ https://pypi.org/project/textdistance/
+"
SRC_URI="
https://github.com/life4/textdistance/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
@@ -19,17 +24,13 @@ KEYWORDS="amd64 ~ppc64 ~riscv x86"
BDEPEND="
test? (
- dev-python/abydos[${PYTHON_USEDEP}]
dev-python/hypothesis[${PYTHON_USEDEP}]
- dev-python/isort[${PYTHON_USEDEP}]
- dev-python/jellyfish[${PYTHON_USEDEP}]
- dev-python/Levenshtein[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pyxDamerauLevenshtein[${PYTHON_USEDEP}]
- )"
+ )
+"
distutils_enable_tests pytest
-EPYTEST_DESELECT=(
+EPYTEST_IGNORE=(
tests/test_external.py
)