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-visualization/pythonprop/
Date: Thu, 23 Apr 2020 17:32:47
Message-Id: 1587663148.735c085b897e4ab9f132618eeb3153ba2276acc4.tomjbe@gentoo
1 commit: 735c085b897e4ab9f132618eeb3153ba2276acc4
2 Author: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 17:31:34 2020 +0000
4 Commit: Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 17:32:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735c085b
7
8 sci-visualization/pythonprop: Add support for Python3.7
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>
12
13 sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
17 index 412a659e798..baf0bd4b795 100644
18 --- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild
19 +++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_6 )
25 +PYTHON_COMPAT=( python3_{6,7} )
26
27 inherit autotools python-single-r1