Diff yt-dlp-2023.09.24 with a yt-dlp-2023.07.06
/usr/portage/net-misc/yt-dlp/yt-dlp-2023.07.06.ebuild 2023-10-09 14:52:34.716368482 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DISTUTILS_USE_PEP517=setuptools |
7 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
8 | 8 |
inherit bash-completion-r1 distutils-r1 optfeature wrapper |
9 | 9 | |
10 | 10 |
DESCRIPTION="youtube-dl fork with additional features and fixes" |
... | ... | |
18 | 18 | |
19 | 19 |
RDEPEND=" |
20 | 20 |
dev-python/pycryptodome[${PYTHON_USEDEP}] |
21 |
!net-misc/youtube-dl[-yt-dlp(-)] |
|
22 |
" |
|
21 |
!net-misc/youtube-dl[-yt-dlp(-)]" |
|
23 | 22 | |
24 | 23 |
distutils_enable_tests pytest |
25 | 24 |