Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582768 - dev-python/uvloop: ultra-fast implementation of asyncio event loop on top of libuv
Summary: dev-python/uvloop: ultra-fast implementation of asyncio event loop on top of ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Elvis Pranskevichus
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2016-05-11 17:07 UTC by Elvis Pranskevichus
Modified: 2016-05-13 17:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elvis Pranskevichus 2016-05-11 17:07:24 UTC
uvloop is a fast, drop-in replacement of the built-in asyncio
event loop. uvloop is implemented in Cython and uses libuv under
the hood.
    
http://github.com/MagicStack/uvloop
Comment 1 Elvis Pranskevichus 2016-05-11 17:11:38 UTC
PR: https://github.com/gentoo/gentoo/pull/1455
Comment 2 Patrice Clement gentoo-dev 2016-05-12 07:27:05 UTC
PR LGTM. Will add the ebuild shortly.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2016-05-13 17:28:01 UTC
commit e517b3c8e4049e412b343394c9e8ad8376be6b33
Author: Elvis Pranskevichus <elvis@magic.io>
Date:   Wed May 11 13:06:43 2016 -0400

    dev-python/uvloop: new ebuild, initial vn. 0.4.20
    
    uvloop is a fast, drop-in replacement of the built-in asyncio
    event loop. uvloop is implemented in Cython and uses libuv under
    the hood.
    
    http://github.com/MagicStack/uvloop
    
    Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=582768