commit:     e7731809f95efd02c00390ee31156a86f237499f
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 08:25:06 2020 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 08:30:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7731809

media-sound/mps-youtube: update to EAPI 7 and add py37/py38 compat

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 .../{mps-youtube-9999.ebuild => mps-youtube-0.2.8-r1.ebuild}  | 11 ++++++-----
 media-sound/mps-youtube/mps-youtube-9999.ebuild               | 11 ++++++-----
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild 
b/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
similarity index 78%
copy from media-sound/mps-youtube/mps-youtube-9999.ebuild
copy to media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
index 7f9ca71d825..a86ede03c87 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-0.2.8-r1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
@@ -19,8 +20,8 @@ HOMEPAGE="https://github.com/mps-youtube/mps-youtube 
https://pypi.org/project/mp
 LICENSE="GPL-3"
 SLOT="0"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
        dev-python/pafy[${PYTHON_USEDEP}]
        virtual/ffmpeg
-       || ( media-video/mplayer media-video/mpv )"
+       || ( media-video/mpv media-video/mplayer )
+"

diff --git a/media-sound/mps-youtube/mps-youtube-9999.ebuild 
b/media-sound/mps-youtube/mps-youtube-9999.ebuild
index 7f9ca71d825..a86ede03c87 100644
--- a/media-sound/mps-youtube/mps-youtube-9999.ebuild
+++ b/media-sound/mps-youtube/mps-youtube-9999.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 if [[ ${PV} == "9999" ]] ; then
@@ -19,8 +20,8 @@ HOMEPAGE="https://github.com/mps-youtube/mps-youtube 
https://pypi.org/project/mp
 LICENSE="GPL-3"
 SLOT="0"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
        dev-python/pafy[${PYTHON_USEDEP}]
        virtual/ffmpeg
-       || ( media-video/mplayer media-video/mpv )"
+       || ( media-video/mpv media-video/mplayer )
+"

Reply via email to