Skip to content

Commit

Permalink
dev-python/uvloop: keyword for -riscv
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Marek Szuba committed Aug 5, 2021
1 parent 10a5d27 commit a18bd78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-python/uvloop/uvloop-0.15.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-python/uvloop/uvloop-0.15.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-python/uvloop/uvloop-0.15.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a18bd78

Please sign in to comment.