gentoo/dev-python/uvloop/metadata.xml
Elvis Pranskevichus e517b3c8e4
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>
2016-05-14 01:25:39 +08:00

18 lines
676 B
XML

<?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>