Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/atomiclong/
Date: Fri, 28 May 2021 10:28:42
Message-Id: 1622168899.450e955ad54ac8b62bd40ec605128da41fc16bf5.andrewammerlaan@gentoo
1 commit: 450e955ad54ac8b62bd40ec605128da41fc16bf5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri May 28 02:28:19 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 02:28:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=450e955a
7
8 dev-python/atomiclong: bump python, tested
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild b/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
16 index 2e7d916f5..3902c1c97 100644
17 --- a/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
18 +++ b/dev-python/atomiclong/atomiclong-0.1.1-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25
26 -PYTHON_COMPAT=( pypy3 python3_7 )
27 +PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
28
29 inherit distutils-r1