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/ws4py/
Date: Sun, 26 Jan 2020 17:11:54
Message-Id: 1580058698.c9adbbfaa54f5ad4fb710b8a056b07e3d8cd04de.mgorny@gentoo
1 commit: c9adbbfaa54f5ad4fb710b8a056b07e3d8cd04de
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 17:01:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 17:11:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9adbbfa
7
8 dev-python/ws4py: Remove Python 2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/ws4py/ws4py-0.3.4-r1.ebuild | 3 +--
13 dev-python/ws4py/ws4py-0.5.1.ebuild | 3 +--
14 dev-python/ws4py/ws4py-9999.ebuild | 3 +--
15 3 files changed, 3 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild
18 index 8637c490584..d6697eff1d2 100644
19 --- a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild
20 +++ b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild
21 @@ -7,7 +7,7 @@
22 # pypy is viable but better with a cutdown set of deps
23
24 EAPI=5
25 -PYTHON_COMPAT=( python{2_7,3_6} )
26 +PYTHON_COMPAT=( python3_6 )
27 PYTHON_REQ_USE="threads?"
28
29 inherit distutils-r1
30 @@ -30,7 +30,6 @@ RESTRICT="!test? ( test )"
31 # doc build requires sphinxcontrib ext packages absent from portage
32
33 RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
34 - $(python_gen_cond_dep 'dev-python/gevent[${PYTHON_USEDEP}]' python2_7)
35 >=dev-python/cython-0.19.1[${PYTHON_USEDEP}]
36 client? ( >=www-servers/tornado-3.1[${PYTHON_USEDEP}] )
37 server? ( <dev-python/cherrypy-9[${PYTHON_USEDEP}] )"
38
39 diff --git a/dev-python/ws4py/ws4py-0.5.1.ebuild b/dev-python/ws4py/ws4py-0.5.1.ebuild
40 index 34de8e37ab8..38507310ab2 100644
41 --- a/dev-python/ws4py/ws4py-0.5.1.ebuild
42 +++ b/dev-python/ws4py/ws4py-0.5.1.ebuild
43 @@ -7,7 +7,7 @@
44 # pypy is viable but better with a cutdown set of deps
45
46 EAPI=6
47 -PYTHON_COMPAT=( python{2_7,3_6} )
48 +PYTHON_COMPAT=( python3_6 )
49 PYTHON_REQ_USE="threads?"
50
51 inherit distutils-r1
52 @@ -30,7 +30,6 @@ RESTRICT="!test? ( test )"
53 # doc build requires sphinxcontrib ext packages absent from portage
54
55 RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
56 - $(python_gen_cond_dep 'dev-python/gevent[${PYTHON_USEDEP}]' python2_7)
57 >=dev-python/cython-0.19.1[${PYTHON_USEDEP}]
58 client? ( >=www-servers/tornado-3.1[${PYTHON_USEDEP}] )
59 server? ( >=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] )"
60
61 diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild
62 index 5c1543f2467..461f735ab78 100644
63 --- a/dev-python/ws4py/ws4py-9999.ebuild
64 +++ b/dev-python/ws4py/ws4py-9999.ebuild
65 @@ -7,7 +7,7 @@
66 # pypy is viable but better with a cutdown set of deps
67
68 EAPI=6
69 -PYTHON_COMPAT=( python{2_7,3_6} )
70 +PYTHON_COMPAT=( python3_6 )
71 PYTHON_REQ_USE="threads?"
72
73 inherit distutils-r1
74 @@ -30,7 +30,6 @@ RESTRICT="!test? ( test )"
75 # doc build requires sphinxcontrib ext packages absent from portage
76
77 RDEPEND=">=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
78 - $(python_gen_cond_dep 'dev-python/gevent[${PYTHON_USEDEP}]' python2_7)
79 >=dev-python/cython-0.19.1[${PYTHON_USEDEP}]
80 client? ( >=www-servers/tornado-3.1[${PYTHON_USEDEP}] )
81 server? ( >=dev-python/cherrypy-3.2.4[${PYTHON_USEDEP}] )"