gentoo/dev-python/trakit/trakit-0.2.2.ebuild
Sam James 807e5d902b
dev-python/trakit: Keyword 0.2.2 x86, #936076
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-22 13:01:13 +01:00

40 lines
825 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Guess additional information from titles in media tracks"
HOMEPAGE="
https://github.com/ratoaq2/trakit
https://pypi.org/project/trakit/
"
# No tests in sdist
SRC_URI="https://github.com/ratoaq2/trakit/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~x86"
RDEPEND="
dev-python/babelfish[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/rebulk[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/unidecode[${PYTHON_USEDEP}]
)
"
EPYTEST_DESELECT=(
# Network
tests/test_generate.py::test_generate_config
)
distutils_enable_tests pytest