mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-python/uvloop: keyword for -riscv
In addition to the tests-suite hang also observed on amd64, a lot of tests fail due to time-out on the test-server thread. Bug: https://bugs.gentoo.org/806412 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv"
|
||||
HOMEPAGE="https://github.com/magicstack/uvloop"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc examples"
|
||||
|
||||
@@ -10,7 +10,7 @@ DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv"
|
||||
HOMEPAGE="https://github.com/magicstack/uvloop"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64"
|
||||
KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 -riscv"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc examples"
|
||||
|
||||
@@ -10,7 +10,7 @@ DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv"
|
||||
HOMEPAGE="https://github.com/magicstack/uvloop"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc examples"
|
||||
|
||||
Reference in New Issue
Block a user