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/pyrsistent/
Date: Sun, 31 May 2020 15:43:02
Message-Id: 1590939743.4b4fbf93c92204d661e9c6097002c8ecf716af7b.mgorny@gentoo
1 commit: 4b4fbf93c92204d661e9c6097002c8ecf716af7b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 14:34:52 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:42:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4fbf93
7
8 dev-python/pyrsistent: Backport py38 to 0.15.6 (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyrsistent/pyrsistent-0.15.6.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
16 index 015dba89df2..3ffac0b4f57 100644
17 --- a/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
18 +++ b/dev-python/pyrsistent/pyrsistent-0.15.6.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
24 +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -19,8 +19,8 @@ RDEPEND="
29 dev-python/six[${PYTHON_USEDEP}]"
30
31 DEPEND="
32 - ${RDEPEND}
33 - dev-python/setuptools[${PYTHON_USEDEP}]
34 - test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
35 + test? (
36 + dev-python/hypothesis[${PYTHON_USEDEP}]
37 + )"
38
39 distutils_enable_tests pytest