diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-20 21:26:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-20 21:26:04 +0000 |
| commit | 18cb561696fc87a873b98ece5733eaccad3fc1eb (patch) | |
| tree | 68b13932469562ed61fc228823673528f97c49d0 /dev-python/bluelet | |
| parent | 4d8488e437e1c714d9e4c896b416d13affee1f2c (diff) | |
| download | baldeagleos-repo-18cb561696fc87a873b98ece5733eaccad3fc1eb.tar.gz baldeagleos-repo-18cb561696fc87a873b98ece5733eaccad3fc1eb.tar.xz baldeagleos-repo-18cb561696fc87a873b98ece5733eaccad3fc1eb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/bluelet')
| -rw-r--r-- | dev-python/bluelet/metadata.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/dev-python/bluelet/metadata.xml b/dev-python/bluelet/metadata.xml index 8eabfa2b9665..228fe290e551 100644 --- a/dev-python/bluelet/metadata.xml +++ b/dev-python/bluelet/metadata.xml @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>jakov.smolic@sartura.hr</email> - <name>Jakov Smolic</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <stabilize-allarches/> - <longdescription lang="en"> + <maintainer type="person"> + <email>jakov.smolic@sartura.hr</email> + <name>Jakov Smolic</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <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> - <upstream> - <remote-id type="github">sampsyo/bluelet</remote-id> - <remote-id type="pypi">bluelet</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="pypi">bluelet</remote-id> + </upstream> + <origin>gentoo-staging</origin> + <stabilize-allarches/> +</pkgmetadata>
\ No newline at end of file |
