summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/eventlet/metadata.xml')
-rw-r--r--dev-python/eventlet/metadata.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/eventlet/metadata.xml b/dev-python/eventlet/metadata.xml
deleted file mode 100644
index 70d2bef..0000000
--- a/dev-python/eventlet/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>python</herd>
- <maintainer>
- <email>xarthisius@gentoo.org</email>
- <name>Kacper Kowalik</name>
- </maintainer>
- <longdescription>
- Eventlet is a concurrent networking library for Python that allows you to change
- how you run your code, not how you write it. It uses epoll or libevent for highly
- scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking
- style of programming that is similar to threading, but provide the benefits of
- non-blocking I/O. The event dispatch is implicit, which means you can easily use
- Eventlet from the Python interpreter, or as a small part of a larger application.
- </longdescription>
-</pkgmetadata>