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/pyzmq/
Date: Tue, 28 Jan 2020 22:05:37
Message-Id: 1580249090.3635fb57325467c27cf380249690345080c0b082.mgorny@gentoo
1 commit: 3635fb57325467c27cf380249690345080c0b082
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 22:02:18 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 22:04:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3635fb57
7
8 dev-python/pyzmq: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyzmq/pyzmq-16.0.2.ebuild | 5 +----
13 dev-python/pyzmq/pyzmq-17.1.0.ebuild | 5 +----
14 2 files changed, 2 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/pyzmq/pyzmq-16.0.2.ebuild b/dev-python/pyzmq/pyzmq-16.0.2.ebuild
17 index 914737e0cb2..c6f982a73c2 100644
18 --- a/dev-python/pyzmq/pyzmq-16.0.2.ebuild
19 +++ b/dev-python/pyzmq/pyzmq-16.0.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26 PYTHON_REQ_USE="threads(+)"
27
28 inherit flag-o-matic distutils-r1 toolchain-funcs
29 @@ -22,13 +22,11 @@ RDEPEND="
30 >=net-libs/zeromq-4.1.2:=
31 dev-python/py[${PYTHON_USEDEP}]
32 dev-python/cffi:=[${PYTHON_USEDEP}]
33 - $(python_gen_cond_dep 'dev-python/gevent[${PYTHON_USEDEP}]' python2_7)
34 "
35 DEPEND="${RDEPEND}
36 dev-python/cython[${PYTHON_USEDEP}]
37 test? (
38 dev-python/pytest[${PYTHON_USEDEP}]
39 - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' -2)
40 www-servers/tornado[${PYTHON_USEDEP}]
41 )
42 doc? (
43 @@ -53,7 +51,6 @@ python_compile_all() {
44
45 python_compile() {
46 esetup.py cython --force
47 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
48 distutils-r1_python_compile
49 }
50
51
52 diff --git a/dev-python/pyzmq/pyzmq-17.1.0.ebuild b/dev-python/pyzmq/pyzmq-17.1.0.ebuild
53 index 90216948f4f..e7d8b211d80 100644
54 --- a/dev-python/pyzmq/pyzmq-17.1.0.ebuild
55 +++ b/dev-python/pyzmq/pyzmq-17.1.0.ebuild
56 @@ -3,7 +3,7 @@
57
58 EAPI=6
59
60 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
61 +PYTHON_COMPAT=( python3_{6,7} )
62 PYTHON_REQ_USE="threads(+)"
63
64 inherit flag-o-matic distutils-r1 toolchain-funcs
65 @@ -22,13 +22,11 @@ RDEPEND="
66 >=net-libs/zeromq-4.2.2-r2:=[drafts]
67 dev-python/py[${PYTHON_USEDEP}]
68 dev-python/cffi:=[${PYTHON_USEDEP}]
69 - $(python_gen_cond_dep 'dev-python/gevent[${PYTHON_USEDEP}]' python2_7)
70 "
71 DEPEND="${RDEPEND}
72 dev-python/cython[${PYTHON_USEDEP}]
73 test? (
74 dev-python/pytest[${PYTHON_USEDEP}]
75 - $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' -2)
76 >=www-servers/tornado-5.0.2[${PYTHON_USEDEP}]
77 )
78 doc? (
79 @@ -55,7 +53,6 @@ python_compile_all() {
80
81 python_compile() {
82 esetup.py cython --force
83 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
84 distutils-r1_python_compile
85 }