Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Tue, 11 Feb 2020 12:16:46
Message-Id: 1581423385.36e8b08b98de1bc6f8f6043551f1306ea33a3e25.mgorny@gentoo
1 commit: 36e8b08b98de1bc6f8f6043551f1306ea33a3e25
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:06:47 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e8b08b
7
8 net-misc/youtube-dl: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/youtube-dl/youtube-dl-2020.01.24.ebuild | 2 +-
13 net-misc/youtube-dl/youtube-dl-99999999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/youtube-dl/youtube-dl-2020.01.24.ebuild b/net-misc/youtube-dl/youtube-dl-2020.01.24.ebuild
17 index adda709feb3..b90fc3a70b1 100644
18 --- a/net-misc/youtube-dl/youtube-dl-2020.01.24.ebuild
19 +++ b/net-misc/youtube-dl/youtube-dl-2020.01.24.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -PYTHON_COMPAT=(python{2_7,3_{6,7,8}})
25 +PYTHON_COMPAT=(python3_{6,7,8})
26 inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
27
28 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
29
30 diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
31 index 73d8ad3455b..3135d5cb48e 100644
32 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild
33 +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=7
38 -PYTHON_COMPAT=(python{2_7,3_{6,7,8}})
39 +PYTHON_COMPAT=(python3_{6,7,8})
40 inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1
41
42 DESCRIPTION="Download videos from YouTube.com (and more sites...)"