commit:     0b8259a44785eeb8e45b4335f26d1e883dc2efc8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 09:42:40 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 09:59:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b8259a4

dev-python/trio: <!-- maintainer-needed -->

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/trio/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/trio/metadata.xml b/dev-python/trio/metadata.xml
index d086a391f..dcb4e4c82 100644
--- a/dev-python/trio/metadata.xml
+++ b/dev-python/trio/metadata.xml
@@ -2,10 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 
 <pkgmetadata>
-  <maintainer type="person">
-    <email>[email protected]</email>
-    <name>Andrew Ammerlaan</name>
-  </maintainer>
+  <!-- maintainer-needed -->
   <longdescription lang="en">
 The Trio project's goal is to produce a production-quality, permissively 
licensed, async/await-native I/O library for Python. Like all async libraries, 
its main purpose is to help you write programs that do multiple things at the 
same time with parallelized I/O. A web spider that wants to fetch lots of pages 
in parallel, a web server that needs to juggle lots of downloads and websocket 
connections at the same time, a process supervisor monitoring multiple 
subprocesses... that sort of thing. Compared to other libraries, Trio attempts 
to distinguish itself with an obsessive focus on usability and correctness. 
Concurrency is complicated; we try to make it easy to get things right.
 

Reply via email to