Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsproto/
Date: Sun, 02 Aug 2020 04:08:30
Message-Id: 1596341069.60764f6825a4699701da82fc41b44996e7d4986e.bman@gentoo
1 commit: 60764f6825a4699701da82fc41b44996e7d4986e
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 04:04:29 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 04:04:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60764f68
7
8 dev-python/wsproto: drop py3.6 and cond dep
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-python/wsproto/wsproto-0.15.0.ebuild | 9 ++-------
13 1 file changed, 2 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-python/wsproto/wsproto-0.15.0.ebuild b/dev-python/wsproto/wsproto-0.15.0.ebuild
16 index b4e0f094aaf..a6e5f0570e7 100644
17 --- a/dev-python/wsproto/wsproto-0.15.0.ebuild
18 +++ b/dev-python/wsproto/wsproto-0.15.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{6,7,8} )
24 +PYTHON_COMPAT=( python3_{7,8} )
25
26 inherit distutils-r1
27
28 @@ -15,11 +15,6 @@ LICENSE="MIT"
29 SLOT="0"
30 KEYWORDS="~amd64 ~x86"
31
32 -RDEPEND="
33 - >=dev-python/h11-0.8[${PYTHON_USEDEP}]
34 - $(python_gen_cond_dep '
35 - dev-python/dataclasses[${PYTHON_USEDEP}]
36 - ' python3_6)
37 -"
38 +RDEPEND=">=dev-python/h11-0.8[${PYTHON_USEDEP}]"
39
40 distutils_enable_tests pytest