mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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 )
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Matt Turner <mattst88@gentoo.org> (2020-06-09)
|
||||
# Requires unsupported dev-python/eventlet and fails tests with gevent
|
||||
dev-python/socketpool eventlet gevent
|
||||
|
||||
# Mikle Kolyada <zlogene@gentoo.org> (2020-06-08)
|
||||
# clisp is keyworded on alpha
|
||||
app-text/texlive-core -xindy
|
||||
|
||||
Reference in New Issue
Block a user