diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /media-sound/ytm-player | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'media-sound/ytm-player')
| -rw-r--r-- | media-sound/ytm-player/Manifest | 3 | ||||
| -rw-r--r-- | media-sound/ytm-player/metadata.xml | 17 | ||||
| -rw-r--r-- | media-sound/ytm-player/ytm-player-1.8.0.ebuild | 63 | ||||
| -rw-r--r-- | media-sound/ytm-player/ytm-player-1.9.2.ebuild | 63 | ||||
| -rw-r--r-- | media-sound/ytm-player/ytm-player-1.9.3.ebuild | 63 | ||||
| -rw-r--r-- | media-sound/ytm-player/ytm-player-9999.ebuild | 63 |
6 files changed, 0 insertions, 272 deletions
diff --git a/media-sound/ytm-player/Manifest b/media-sound/ytm-player/Manifest deleted file mode 100644 index 74eb70c7ba12..000000000000 --- a/media-sound/ytm-player/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ytm-player-1.8.0.tar.gz 579230 BLAKE2B 1704bdea8596cfb451d879ff40a665dfe0672102eb14727186fb2ed94d0cce42e5d388968cd79fbbad65ccd4da2c0adb94ba54c53163df2e599d902ffe1ffb81 SHA512 c9f1a43c01c94e3a6a4baa1712e7f7b883eda6e95ce27a4dbe7191bbd440d3333c896f3b7bd93a8689f1947f921451aa3c9578b016a7a12627cdd7a4469ef15d -DIST ytm-player-1.9.2.tar.gz 545280 BLAKE2B 5151d4ab521da0b141f6ceefbbb2ea998e739755913292fc0fab73c23ae587c24338e5a11dfcc5e732c5da80a82a797e3d0231cc88fee9cd327fb5fe1d36fa81 SHA512 870321c2ad5cb9853d514444c737372414bcc7bebd31bc659b56600786d92ee77229093720d7dfc7a42d83af4196fd4c9a1519911b3e3189dd06df2fc29d64ad -DIST ytm-player-1.9.3.tar.gz 1765546 BLAKE2B a7729b6c40494bd7e2e2e54044311eda1e1695620ebf1fa14bfcb81c99cc0eb3ed19f16a7ea359f0ba20fbf80d0d5afe3b110e28d2a41493a676424b1e45a51c SHA512 ce45e510d219796cf1c8f515e111e3912a524e1c47519b41662cb9f6da46bd9fc09bb31f48cd58cce975e759ae138fc12924cc4aa7f055f99a0adb3fe3736913 diff --git a/media-sound/ytm-player/metadata.xml b/media-sound/ytm-player/metadata.xml deleted file mode 100644 index a852f5755de3..000000000000 --- a/media-sound/ytm-player/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>dsaf</name> - <email>ghostyn678+git@gmail.com</email> - </maintainer> - <longdescription> - A full-featured YouTube Music player for the terminal. - Browse your library, search, queue tracks, and control - playback - all from a TUI with vim-style keybindings. - Runs on Linux, macOS, and Windows. - </longdescription> - <upstream> - <remote-id type="github">peternaame-boop/ytm-player</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-sound/ytm-player/ytm-player-1.8.0.ebuild b/media-sound/ytm-player/ytm-player-1.8.0.ebuild deleted file mode 100644 index ed71b718abd3..000000000000 --- a/media-sound/ytm-player/ytm-player-1.8.0.ebuild +++ /dev/null @@ -1,63 +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_{13..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" - -DOCS=( - {README,CHANGELOG,SECURITY}.md - docs/ -) - -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-0.3.0[${PYTHON_USEDEP}] - >=dev-python/responses-0.25.0[${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 -} diff --git a/media-sound/ytm-player/ytm-player-1.9.2.ebuild b/media-sound/ytm-player/ytm-player-1.9.2.ebuild deleted file mode 100644 index ed71b718abd3..000000000000 --- a/media-sound/ytm-player/ytm-player-1.9.2.ebuild +++ /dev/null @@ -1,63 +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_{13..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" - -DOCS=( - {README,CHANGELOG,SECURITY}.md - docs/ -) - -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-0.3.0[${PYTHON_USEDEP}] - >=dev-python/responses-0.25.0[${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 -} diff --git a/media-sound/ytm-player/ytm-player-1.9.3.ebuild b/media-sound/ytm-player/ytm-player-1.9.3.ebuild deleted file mode 100644 index ed71b718abd3..000000000000 --- a/media-sound/ytm-player/ytm-player-1.9.3.ebuild +++ /dev/null @@ -1,63 +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_{13..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" - -DOCS=( - {README,CHANGELOG,SECURITY}.md - docs/ -) - -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-0.3.0[${PYTHON_USEDEP}] - >=dev-python/responses-0.25.0[${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 -} diff --git a/media-sound/ytm-player/ytm-player-9999.ebuild b/media-sound/ytm-player/ytm-player-9999.ebuild deleted file mode 100644 index ed71b718abd3..000000000000 --- a/media-sound/ytm-player/ytm-player-9999.ebuild +++ /dev/null @@ -1,63 +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_{13..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" - -DOCS=( - {README,CHANGELOG,SECURITY}.md - docs/ -) - -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-0.3.0[${PYTHON_USEDEP}] - >=dev-python/responses-0.25.0[${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 -} |
