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/PySocks/
Date: Fri, 04 Feb 2022 18:45:35
Message-Id: 1644000199.ab499c96ba11b21c6e802eeae2d9e9063ebe51a0.mgorny@gentoo
1 commit: ab499c96ba11b21c6e802eeae2d9e9063ebe51a0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:41:41 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:43:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab499c96
7
8 dev-python/PySocks: Remove deprecated python_is_python3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/PySocks/PySocks-1.7.1-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/PySocks/PySocks-1.7.1-r1.ebuild b/dev-python/PySocks/PySocks-1.7.1-r1.ebuild
16 index 94694dc95b2d..b037c1562359 100644
17 --- a/dev-python/PySocks/PySocks-1.7.1-r1.ebuild
18 +++ b/dev-python/PySocks/PySocks-1.7.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep
25 @@ -46,6 +46,5 @@ src_prepare() {
26 }
27
28 python_test() {
29 - python_is_python3 || return
30 pytest -vv || die "Tests fail with ${EPYTHON}"
31 }