mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-sound/ytm-player: drop 1.6.0
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
DIST ytm-player-1.6.0.tar.gz 373118 BLAKE2B 3a0524ba86b6d46a3c46a305dba62b1fddf85caa9af866e7223b13001a4ba4c58a5f1d8c9f818961454baab7095c4149b1e9f559a01523e17cb2a5dd53c96264 SHA512 066cc6cf1209b571c828102318834a0e990bcc856e41cd18b9b70bacdcc23931abb26a11fd114603bb0a73f7f962298576fa422ad6c3cc4ad04e46688c7494dd
|
||||
DIST ytm-player-1.7.2.tar.gz 547870 BLAKE2B 646a93f4eb095d18c2adefb66b052ffabf0ffb7b849aa716b356443efeb7cbe4a316f58e3a3b224d02b2dd157df05fb32bf8f9869e2743f3687294db5521d4d6 SHA512 fec6f87ab0d762c0c416355d89b881b3e8bb9c727f8f3ce586ae759da0d576430dcfe68e4f258b529da99478bf0482ff480ebbcf0497ca7c3623891c04242bfc
|
||||
DIST ytm-player-1.8.0.tar.gz 579230 BLAKE2B 1704bdea8596cfb451d879ff40a665dfe0672102eb14727186fb2ed94d0cce42e5d388968cd79fbbad65ccd4da2c0adb94ba54c53163df2e599d902ffe1ffb81 SHA512 c9f1a43c01c94e3a6a4baa1712e7f7b883eda6e95ce27a4dbe7191bbd440d3333c896f3b7bd93a8689f1947f921451aa3c9578b016a7a12627cdd7a4469ef15d
|
||||
DIST ytm-player-1.9.1.tar.gz 542595 BLAKE2B 3062a14efc40ad137744ec76696fe97075c19464c60eecee2d10d401fdbb63bd58acf47c389cae554d99b7cb1222703dad1b5fc8b31dc1c5c4dff90f69aed2a5 SHA512 176c5915e4fd48f36450c586ba6a150677573da5bbf323ef12bb6028e393cfa8e92acbd1b11fe6957ccb391bd166272c0820db2c68dd18f24b1a95749347de7f
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
DESCRIPTION="Full-featured YouTube Music TUI client with vim-style navigation"
|
||||
HOMEPAGE="https://github.com/peternaame-boop/ytm-player"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/peternaame-boop/ytm-player.git"
|
||||
else
|
||||
SRC_URI="https://github.com/peternaame-boop/ytm-player/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
media-video/mpv
|
||||
>=net-misc/yt-dlp-2025.01.12[${PYTHON_USEDEP}]
|
||||
>=dev-python/aiosqlite-0.20.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/click-8.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-mpv-1.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/textual-7.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ytmusicapi-1.11.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/anyascii[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( pytest-asyncio )
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "MPRIS media key support" dev-python/dbus-next
|
||||
optfeature "last.fm scrobbling" dev-python/pylast
|
||||
optfeature "Discord rich presence" dev-python/pypresence
|
||||
optfeature "spotify playlist import" dev-python/spotipy # spotifyscraper & thefuzz are not packaged
|
||||
optfeature "lyrics transliteration to ASCII" dev-python/anyascii
|
||||
}
|
||||
|
||||
python_test() {
|
||||
# The default portage tempdir is too long for AF_UNIX sockets
|
||||
local -x TMPDIR=/tmp
|
||||
epytest
|
||||
}
|
||||
Reference in New Issue
Block a user