commit:     7002a913342fb14b3d531287fcf3458c1fdec56e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 00:31:58 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 01:13:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7002a913

dev-python/socketpool: Keyword 0.5.3-r3 alpha, #717276

And disable gevent/eventlet deps, since they cause test failures.

Bug: https://bugs.gentoo.org/717276
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/socketpool/socketpool-0.5.3-r3.ebuild | 6 +++---
 profiles/arch/alpha/package.use.mask             | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild 
b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
index f94f60b8ff0..ec04b5041af 100644
--- a/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
+++ b/dev-python/socketpool/socketpool-0.5.3-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A simple Python socket pool"
 HOMEPAGE="https://github.com/benoitc/socketpool/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="eventlet examples gevent"
 LICENSE="|| ( MIT public-domain )"
 SLOT="0"
@@ -30,14 +30,14 @@ RDEPEND="
 
 BDEPEND="
        test? (
-               !hppa? ( !ia64? (
+               !alpha? ( !hppa? ( !ia64? (
                        $(python_gen_cond_dep '
                                dev-python/eventlet[${PYTHON_USEDEP}]
                        ' 'python3*')
                        $(python_gen_cond_dep '
                                dev-python/gevent[${PYTHON_USEDEP}]
                        ' 'python*')
-               ) )
+               ) ) )
        )"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.5.2-locale.patch )

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 1c8dc001cc9..4f92af535a8 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner <matts...@gentoo.org> (2020-06-09)
+# Requires unsupported dev-python/eventlet and fails tests with gevent
+dev-python/socketpool eventlet gevent
+
 # Mikle Kolyada <zlog...@gentoo.org> (2020-06-08)
 # clisp is keyworded on alpha
 app-text/texlive-core -xindy

Reply via email to