Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pweave/
Date: Wed, 02 Sep 2020 09:12:12
Message-Id: 1599037909.4f56b90adbff00b1aa2ac48261492c8f80ba0e06.mgorny@gentoo
1 commit: 4f56b90adbff00b1aa2ac48261492c8f80ba0e06
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 08:38:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 09:11:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f56b90a
7
8 dev-python/pweave: Remove py3.6 due to ipython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pweave/pweave-0.30.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pweave/pweave-0.30.3.ebuild b/dev-python/pweave/pweave-0.30.3.ebuild
16 index 3cc22bcf126..f85db19e41d 100644
17 --- a/dev-python/pweave/pweave-0.30.3.ebuild
18 +++ b/dev-python/pweave/pweave-0.30.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7} )
24 +PYTHON_COMPAT=( python3_7 )
25
26 DISTUTILS_USE_SETUPTOOLS=rdepend