blob: 13c734a0122e90611ac5dbd2e127b67c1339c711 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-libs/libuv-1.9.0:= dev-python/setuptools[python_targets_python3_5(-)?,-python_single_target_python3_5(-)] doc? ( >=dev-python/alabaster-0.6.2[python_targets_python3_5(-)?,-python_single_target_python3_5(-)] >=dev-python/cython-0.24.1[python_targets_python3_5(-)?,-python_single_target_python3_5(-)] dev-python/sphinx[python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) test? ( >=dev-python/cython-0.24.1[python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,-python_single_target_python3_5(-)]
DESCRIPTION=Ultra-fast implementation of asyncio event loop on top of libuv.
EAPI=6
HOMEPAGE=https://github.com/magicstack/uvloop
IUSE=doc examples test python_targets_python3_5
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-libs/libuv-1.9.0:= python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_5(-)?,-python_single_target_python3_5(-)]
REQUIRED_USE=|| ( python_targets_python3_5 )
SLOT=0
SRC_URI=mirror://pypi/u/uvloop/uvloop-0.5.3.tar.gz
_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing 6f5991c7101863d0b29df63990ad852e python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 185a06792159ca143528e7010368e8af xdg-utils f2c8335407f0b935b0a96d4adf23ef25
_md5_=d11672d1c967f9f18363aa458ec6ea02
|