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/twisted/
Date: Mon, 16 Jul 2018 19:57:31
Message-Id: 1531771030.647da860b9b737b886b736007f2144e5ba690304.mgorny@gentoo
1 commit: 647da860b9b737b886b736007f2144e5ba690304
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 14 20:15:32 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 19:57:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647da860
7
8 dev-python/twisted: Enable py3.7
9
10 dev-python/twisted/twisted-18.4.0.ebuild | 2 +-
11 dev-python/twisted/twisted-18.7.0.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-python/twisted/twisted-18.4.0.ebuild b/dev-python/twisted/twisted-18.4.0.ebuild
15 index cc0e79d778b..4cbee6f4674 100644
16 --- a/dev-python/twisted/twisted-18.4.0.ebuild
17 +++ b/dev-python/twisted/twisted-18.4.0.ebuild
18 @@ -2,7 +2,7 @@
19 # Distributed under the terms of the GNU General Public License v2
20
21 EAPI=7
22 -PYTHON_COMPAT=( python2_7 python3_{4,5,6})
23 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
24 PYTHON_REQ_USE="threads(+)"
25
26 inherit distutils-r1
27
28 diff --git a/dev-python/twisted/twisted-18.7.0.ebuild b/dev-python/twisted/twisted-18.7.0.ebuild
29 index 2e8c447605b..7b16b0b196a 100644
30 --- a/dev-python/twisted/twisted-18.7.0.ebuild
31 +++ b/dev-python/twisted/twisted-18.7.0.ebuild
32 @@ -2,7 +2,7 @@
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
38 PYTHON_REQ_USE="threads(+)"
39
40 inherit distutils-r1