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
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1455

Signed-off-by: Ian Delaney <idella4@gentoo.org>
This commit is contained in:
Elvis Pranskevichus
2016-05-11 13:06:43 -04:00
committed by Ian Delaney
parent 3ef1e34302
commit e517b3c8e4
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>elvis@magic.io</email>
<name>Elvis Pranskevichus</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>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.</longdescription>
<upstream>
<remote-id type="pypi">uvloop</remote-id>
<remote-id type="github">MagicStack/uvloop</remote-id>
</upstream>
</pkgmetadata>