diff options
author | Elvis Pranskevichus <elvis@magic.io> | 2016-05-11 13:06:43 -0400 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-05-14 01:25:39 +0800 |
commit | e517b3c8e4049e412b343394c9e8ad8376be6b33 (patch) | |
tree | f36e9726c0efbfc4a5adc1cdd87b2b8594152a09 /dev-python/uvloop/metadata.xml | |
parent | app-misc/brewtarget: version bump, now uses Qt5 (diff) | |
download | gentoo-e517b3c8e4049e412b343394c9e8ad8376be6b33.tar.gz gentoo-e517b3c8e4049e412b343394c9e8ad8376be6b33.tar.bz2 gentoo-e517b3c8e4049e412b343394c9e8ad8376be6b33.zip |
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>
Diffstat (limited to 'dev-python/uvloop/metadata.xml')
-rw-r--r-- | dev-python/uvloop/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/uvloop/metadata.xml b/dev-python/uvloop/metadata.xml new file mode 100644 index 000000000000..d7bbdfbdabf2 --- /dev/null +++ b/dev-python/uvloop/metadata.xml @@ -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> |