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/python-daemon/
Date: Sat, 25 Apr 2020 20:10:23
Message-Id: 1587845414.7e1e5c05e81757ac0a4beea38013b3b1c1a58c34.mgorny@gentoo
1 commit: 7e1e5c05e81757ac0a4beea38013b3b1c1a58c34
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 20:09:37 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 20:10:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1e5c05
7
8 dev-python/python-daemon: Enable py3.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-daemon/python-daemon-2.1.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild
16 index 172faf108e2..bc1e39863cb 100644
17 --- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild
18 +++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python3_6 )
24 +PYTHON_COMPAT=( python3_{6,7} )
25
26 inherit distutils-r1
27
28 @@ -15,8 +15,7 @@ LICENSE="PSF-2"
29 SLOT="0"
30 KEYWORDS="amd64 arm x86"
31 IUSE="test"
32 -
33 -RESTRICT="test"
34 +RESTRICT="!test? ( test )"
35
36 RDEPEND="
37 dev-python/lockfile[${PYTHON_USEDEP}]"