Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/
Date: Mon, 20 Sep 2021 08:00:17
Message-Id: 1632124787.51e4be35ed1fe1487b8d17a4c5685353586cc958.arthurzam@gentoo
1 commit: 51e4be35ed1fe1487b8d17a4c5685353586cc958
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 07:59:47 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 07:59:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e4be35
7
8 dev-python/pyproj: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/pyproj/pyproj-3.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyproj/pyproj-3.2.1.ebuild b/dev-python/pyproj/pyproj-3.2.1.ebuild
16 index 264aa18088e..64f2ad256bf 100644
17 --- a/dev-python/pyproj/pyproj-3.2.1.ebuild
18 +++ b/dev-python/pyproj/pyproj-3.2.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="Python interface to the PROJ library"
28 @@ -26,7 +26,7 @@ BDEPEND="
29 )"
30
31 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
32 -distutils_enable_tests --install pytest
33 +distutils_enable_tests pytest
34
35 python_test() {
36 local EPYTEST_DESELECT=(