summaryrefslogtreecommitdiff
path: root/dev-python/bluelet
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/bluelet')
-rw-r--r--dev-python/bluelet/metadata.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/dev-python/bluelet/metadata.xml b/dev-python/bluelet/metadata.xml
index bcb53df177fe..1fd0205da8f8 100644
--- a/dev-python/bluelet/metadata.xml
+++ b/dev-python/bluelet/metadata.xml
@@ -1,16 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>jsmolic@gentoo.org</email>
- <name>Jakov Smolić</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>jsmolic@gentoo.org</email>
+ <name>Jakov Smolić</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <longdescription lang="en">
Bluelet is a simple, pure-Python solution for writing intelligible asynchronous socket applications. It uses PEP 342 coroutines to make concurrent I/O look and act like sequential programming.
In this way, it is similar to the Greenlet green-threads library and its associated packages Eventlet and Gevent. Bluelet has a simpler, 100% Python implementation that comes at the cost of flexibility and performance when compared to Greenlet-based solutions. However, it should be sufficient for many applications that don't need serious scalability; it can be thought of as a less-horrible alternative to asyncore or an asynchronous replacement for SocketServer (and more).
</longdescription>
-
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="github">sampsyo/bluelet</remote-id>
+ <remote-id type="pypi">bluelet</remote-id>
+ </upstream>
+</pkgmetadata>