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/pypax/
Date: Tue, 01 Jun 2021 10:44:43
Message-Id: 1622544263.d8621b274554dca129dcd9fb9d1ab983c4eac12b.sam@gentoo
1 commit: d8621b274554dca129dcd9fb9d1ab983c4eac12b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 10:44:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 10:44:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8621b27
7
8 dev-python/pypax: add Python 3.9
9
10 Closes: https://bugs.gentoo.org/788418
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/pypax/pypax-0.9.5.ebuild | 4 ++--
14 dev-python/pypax/pypax-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/pypax/pypax-0.9.5.ebuild b/dev-python/pypax/pypax-0.9.5.ebuild
18 index 845cf590fad..27663274deb 100644
19 --- a/dev-python/pypax/pypax-0.9.5.ebuild
20 +++ b/dev-python/pypax/pypax-0.9.5.ebuild
21 @@ -1,10 +1,10 @@
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=6
27
28 DISTUTILS_USE_SETUPTOOLS=no
29 -PYTHON_COMPAT=( python{3_7,3_8} )
30 +PYTHON_COMPAT=( python3_{7,8,9} )
31
32 inherit distutils-r1
33
34
35 diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild
36 index 5f5fea6445a..6e639fff609 100644
37 --- a/dev-python/pypax/pypax-9999.ebuild
38 +++ b/dev-python/pypax/pypax-9999.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2020 Gentoo Authors
41 +# Copyright 1999-2021 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45
46 DISTUTILS_USE_SETUPTOOLS=no
47 -PYTHON_COMPAT=( python{3_7,3_8} )
48 +PYTHON_COMPAT=( python3_{7,8,9} )
49
50 inherit distutils-r1