# Copyright 2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Command line tool to keep track of your favorite playlists on YouTube." HOMEPAGE="https://github.com/woefe/ytcc/" SRC_URI="https://github.com/woefe/${PN}/archive/refs/tags/v${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" DEPEND=" dev-python/wcwidth dev-python/click net-misc/yt-dlp " RDEPEND="${DEPEND}" BDEPEND=""