1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
5 DISTUTILS_USE_PEP517
=setuptools
6 PYTHON_COMPAT
=( python3_
{9.
.12} pypy3
)
8 inherit distutils-r1 pypi
10 DESCRIPTION
="Python tools for downloading YouTube Videos"
11 HOMEPAGE
="https://github.com/pytube/pytube"
16 RESTRICT
="!test? ( test )"
19 dev-python/setuptools[${PYTHON_USEDEP}]
21 dev-python/pytest[${PYTHON_USEDEP}]
22 dev-python/pytest-mock[${PYTHON_USEDEP}]
27 py.
test -v || die
"Tests fail with ${EPYTHON}"
30 python_install_all
() {
31 distutils-r1_python_install_all