Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/
Date: Tue, 03 Dec 2019 04:18:19
Message-Id: 1575346671.adb12cb14c7c206adfe90931e6067720e0d2d2d8.bman@gentoo
1 commit: adb12cb14c7c206adfe90931e6067720e0d2d2d8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 20:37:49 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 04:17:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb12cb1
7
8 dev-python/pyproj: python3_8
9
10 Tests passed.
11
12 Package-Manager: Portage-2.3.80, Repoman-2.3.18
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
15
16 dev-python/pyproj/pyproj-2.4.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/pyproj/pyproj-2.4.1.ebuild b/dev-python/pyproj/pyproj-2.4.1.ebuild
20 index e634e69603c..e46bd9bcde9 100644
21 --- a/dev-python/pyproj/pyproj-2.4.1.ebuild
22 +++ b/dev-python/pyproj/pyproj-2.4.1.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=7
25
26 # Python < 3.6 requires https://pypi.org/project/aenum/
27 -PYTHON_COMPAT=( python3_{6,7} )
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29
30 inherit distutils-r1 flag-o-matic