mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
media-sound/yewtube: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST yewtube-2.12.0.gh.tar.gz 222486 BLAKE2B f26ee60ba7efbc54c1a92c844e9b3b850f4e34b7e8ba1dae85b7b0c342e5e9c098d6da5df48193d9e57b0258f4a5f2512cc2011d9abebe425c482bacdbd0907d SHA512 30d7590fc9d085f26d632ab6728e0de521a38e73c3b8064041a9398cf2593e80a30dfefa1e9c203bf76326ceff19adb953ad5f68b46d2a5fae94d64617e57b46
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="project">
|
|
||||||
<email>gonegrier.duarte@gmail.com</email>
|
|
||||||
<name>Gonçalo Negrier Duarte</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">yewtube</remote-id>
|
|
||||||
<remote-id type="github">mps-youtube/yewtube</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=(python3_12)
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Terminal-based YouTube player and downloader"
|
|
||||||
HOMEPAGE="https://github.com/mps-youtube/yewtube https://pypi.org/project/yewtube/"
|
|
||||||
|
|
||||||
if [[ ${PV} == "9999" ]]; then
|
|
||||||
EGIT_REPO_URI="https://github.com/mps-youtube/yewtube.git"
|
|
||||||
inherit git-r3
|
|
||||||
else
|
|
||||||
SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3+"
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
media-video/ffmpeg
|
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyperclip[${PYTHON_USEDEP}]
|
|
||||||
net-misc/yt-dlp[${PYTHON_USEDEP}]
|
|
||||||
dev-python/youtube-search-python[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pylast[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pip[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pipenv[${PYTHON_USEDEP}]
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
|| ( media-video/mplayer media-video/mpv )
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
# bug #939186
|
|
||||||
sed -i 's/from pip\._vendor //' mps_youtube/__init__.py || die
|
|
||||||
|
|
||||||
distutils-r1_src_prepare
|
|
||||||
}
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
PYTHON_COMPAT=(python3_12)
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Terminal-based YouTube player and downloader"
|
|
||||||
HOMEPAGE="https://github.com/mps-youtube/yewtube https://pypi.org/project/yewtube/"
|
|
||||||
|
|
||||||
if [[ ${PV} == "9999" ]]; then
|
|
||||||
EGIT_REPO_URI="https://github.com/mps-youtube/yewtube.git"
|
|
||||||
inherit git-r3
|
|
||||||
else
|
|
||||||
SRC_URI="https://github.com/mps-youtube/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3+"
|
|
||||||
SLOT="0"
|
|
||||||
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
media-video/ffmpeg
|
|
||||||
dev-python/requests[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pyperclip[${PYTHON_USEDEP}]
|
|
||||||
net-misc/yt-dlp[${PYTHON_USEDEP}]
|
|
||||||
dev-python/youtube-search-python[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pylast[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pip[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pipenv[${PYTHON_USEDEP}]
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
|| ( media-video/mplayer media-video/mpv )
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pygobject[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
# bug #939186
|
|
||||||
sed -i 's/from pip\._vendor //' mps_youtube/__init__.py || die
|
|
||||||
|
|
||||||
distutils-r1_src_prepare
|
|
||||||
}
|
|
||||||
@@ -67,11 +67,6 @@ sys-fs/bcachefs-kmod
|
|||||||
dev-python/celery
|
dev-python/celery
|
||||||
dev-python/pytest-celery
|
dev-python/pytest-celery
|
||||||
|
|
||||||
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2026-03-20)
|
|
||||||
# Unmaintained in ::guru. Depends on masked dev-python/pipenv.
|
|
||||||
# Removal on 2026-04-28.
|
|
||||||
media-sound/yewtube
|
|
||||||
|
|
||||||
# Lucio Sauer <watermanpaint@posteo.net> (2026-02-10)
|
# Lucio Sauer <watermanpaint@posteo.net> (2026-02-10)
|
||||||
# The hyprland suite is moving to the unofficial 'hyproverlay' repository at
|
# The hyprland suite is moving to the unofficial 'hyproverlay' repository at
|
||||||
# https://codeberg.org/hyproverlay/hyproverlay.git
|
# https://codeberg.org/hyproverlay/hyproverlay.git
|
||||||
|
|||||||
Reference in New Issue
Block a user