diff options
| author | 2020-06-09 17:31:58 -0700 | |
|---|---|---|
| committer | 2020-06-09 18:13:06 -0700 | |
| commit | 7002a913342fb14b3d531287fcf3458c1fdec56e (patch) | |
| tree | 11edf3d9455beaa78130521ff31ae2ab1bafa8c9 | |
| parent | sys-firmware/intel-microcode: drop old (diff) | |
| download | gentoo-7002a913342fb14b3d531287fcf3458c1fdec56e.tar.gz gentoo-7002a913342fb14b3d531287fcf3458c1fdec56e.tar.bz2 gentoo-7002a913342fb14b3d531287fcf3458c1fdec56e.zip | |
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>
| -rw-r--r-- | dev-python/socketpool/socketpool-0.5.3-r3.ebuild | 6 | ||||
| -rw-r--r-- | 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 f94f60b8ff05..ec04b5041af9 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 1c8dc001cc91..4f92af535a88 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 <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 |
