Gentoo Archives: gentoo-commits

From: Thomas Beierlein <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/
Date: Thu, 23 Apr 2020 16:18:59
Message-Id: 1587658726.1b4fd280c17229c6d4cb804cc20e3363e70c7606.tomjbe@gentoo
1 commit: 1b4fd280c17229c6d4cb804cc20e3363e70c7606
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 16:17:33 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 16:18:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4fd280
7
8 sci-libs/cartopy: Add support for Python3.7
9
10 py3.8 has to wait until deps are supporting it.
11
12 Closes: https://bugs.gentoo.org/718492
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
15
16 sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild b/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild
20 index 01048dc6aca..0be07b47077 100644
21 --- a/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild
22 +++ b/sci-libs/cartopy/cartopy-0.18.0_beta1.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_6 )
28 +PYTHON_COMPAT=( python3_{6,7} )
29 inherit distutils-r1 virtualx
30
31 MY_PV=${PV/_beta/b}