Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pafy/
Date: Tue, 01 Jun 2021 13:06:46
Message-Id: 1622552795.6afb35653489b7320c60580496cab0695af98738.sam@gentoo
1 commit: 6afb35653489b7320c60580496cab0695af98738
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 13:06:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 13:06:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afb3565
7
8 dev-python/pafy: add Python 3.9
9
10 Closes: https://bugs.gentoo.org/793707
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pafy/pafy-0.5.5.ebuild | 5 +++--
14 dev-python/pafy/pafy-9999.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild
18 index 837e7ddb770..57aea55fcae 100644
19 --- a/dev-python/pafy/pafy-0.5.5.ebuild
20 +++ b/dev-python/pafy/pafy-0.5.5.ebuild
21 @@ -1,8 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +
29 +PYTHON_COMPAT=( python3_{7,8,9} )
30 DISTUTILS_USE_SETUPTOOLS=bdepend
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/pafy/pafy-9999.ebuild b/dev-python/pafy/pafy-9999.ebuild
35 index 837e7ddb770..57aea55fcae 100644
36 --- a/dev-python/pafy/pafy-9999.ebuild
37 +++ b/dev-python/pafy/pafy-9999.ebuild
38 @@ -1,8 +1,9 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 -PYTHON_COMPAT=( python3_{7,8} )
45 +
46 +PYTHON_COMPAT=( python3_{7,8,9} )
47 DISTUTILS_USE_SETUPTOOLS=bdepend
48 inherit distutils-r1