Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-09-15 08:19:07 +00:00
7 changed files with 29 additions and 11 deletions

View File

@@ -1 +1 @@
DIST xmake-v2.9.3.tar.gz 2863683 BLAKE2B 85b5d8f086b3dd887b64ab3e5fba419fd6a0e62d108debd8f1a1c410960e61c38cb39e52ff7bae85d0ab10cb8827e0c11f9f4942436ecdcf8ce3b92b71110510 SHA512 7e1dbeed8947dd7306e4f87254224e4f67c21060bffcc6ce0ec16605acdeb2640f7891003fb675b190c8015388768c5863cad0d381ecb5fd844882315b7abe60
DIST xmake-v2.9.5.tar.gz 2941522 BLAKE2B bcef6355424af891f053b84ec6682057d791215ac2de0ed7e51b9c26bf0092757b0f19860b2796d6552d0d73e777afefaa2f30e76b7cb687a844cdd14a143b60 SHA512 64553d830924a374be9aeb526e79ef7c91b0de70c5cd336a2eb2c5fcdf413b4cdabd33cf333fedeee0873517a7b3a6867346e48b37fe41590c8fee3805b04800

View File

@@ -26,6 +26,7 @@ SLOT="0"
RDEPEND="
${PYTHON_DEPS}
dev-python/chevron
dev-python/click
gui-wm/hyprland
"

View File

@@ -26,6 +26,7 @@ SLOT="0"
RDEPEND="
${PYTHON_DEPS}
dev-python/chevron
dev-python/click
gui-wm/hyprland
"

View File

@@ -6,7 +6,7 @@
<name>Gonçalo Negrier Duarte</name>
</maintainer>
<upstream>
<remote-id type="pypi">mps-youtube</remote-id>
<remote-id type="github">mps-youtube/mps-youtube</remote-id>
<remote-id type="pypi">yewtube</remote-id>
<remote-id type="github">mps-youtube/yewtube</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ else
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
LICENSE="GPL-3+"
SLOT="0"
IUSE="test"
@@ -27,11 +27,12 @@ RDEPEND="
media-video/ffmpeg
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
net-misc/yt-dlp
dev-python/youtube-search-python
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 )
"
@@ -44,6 +45,13 @@ DEPEND="
distutils_enable_tests pytest
src_prepare() {
# bug #939186
sed -i 's/from pip\._vendor //' mps_youtube/__init__.py || die
distutils-r1_src_prepare
}
src_compile() {
distutils-r1_src_compile --build-dir "${WORKDIR}/${P}"
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ else
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
LICENSE="GPL-3+"
SLOT="0"
IUSE="test"
@@ -27,11 +27,12 @@ RDEPEND="
media-video/ffmpeg
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pyperclip[${PYTHON_USEDEP}]
net-misc/yt-dlp
dev-python/youtube-search-python
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 )
"
@@ -44,6 +45,13 @@ DEPEND="
distutils_enable_tests pytest
src_prepare() {
# bug #939186
sed -i 's/from pip\._vendor //' mps_youtube/__init__.py || die
distutils-r1_src_prepare
}
src_compile() {
distutils-r1_src_compile --build-dir "${WORKDIR}/${P}"
}