From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 861F51382C5 for ; Mon, 24 May 2021 10:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 680C9E085B; Mon, 24 May 2021 10:02:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51755E085B for ; Mon, 24 May 2021 10:02:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F905340CA2 for ; Mon, 24 May 2021 10:01:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F5E27A3 for ; Mon, 24 May 2021 10:01:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621850379.e356b14bb53efad8dfcf35fd385d1ade45757c07.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinxcontrib-trio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-trio/metadata.xml X-VCS-Directories: dev-python/sphinxcontrib-trio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e356b14bb53efad8dfcf35fd385d1ade45757c07 X-VCS-Branch: dev Date: Mon, 24 May 2021 10:01:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b774d592-b589-41ba-81c2-791379c24b68 X-Archives-Hash: 49ff8da9d0ea8d0e102f12cf4fd0e507 commit: e356b14bb53efad8dfcf35fd385d1ade45757c07 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 24 09:42:12 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 24 09:59:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e356b14b dev-python/sphinxcontrib-trio: Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/sphinxcontrib-trio/metadata.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/sphinxcontrib-trio/metadata.xml b/dev-python/sphinxcontrib-trio/metadata.xml index d5051d790..7477cd58a 100644 --- a/dev-python/sphinxcontrib-trio/metadata.xml +++ b/dev-python/sphinxcontrib-trio/metadata.xml @@ -2,10 +2,7 @@ - - andrewammerlaan@gentoo.org - Andrew Ammerlaan - + This sphinx extension helps you document Python code that uses async/await, or abstract methods, or context managers, or generators, or … you get the idea. It works by making sphinx’s regular directives for documenting Python functions and methods smarter and more powerful. The name is because it was originally written for the Trio project, and I’m not very creative. But don’t be put off – there’s nothing Trio- or async-specific about this extension; any Python project can benefit. (Though projects using async/await probably benefit the most, since sphinx’s built-in tools are especially inadequate in this case.) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C5A313835A for ; Mon, 24 May 2021 11:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E529E086B; Mon, 24 May 2021 11:06:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64495E086B for ; Mon, 24 May 2021 11:06:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D452D335D64 for ; Mon, 24 May 2021 11:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7068D7A2 for ; Mon, 24 May 2021 11:06:40 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621850379.e356b14bb53efad8dfcf35fd385d1ade45757c07.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/sphinxcontrib-trio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/sphinxcontrib-trio/metadata.xml X-VCS-Directories: dev-python/sphinxcontrib-trio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e356b14bb53efad8dfcf35fd385d1ade45757c07 X-VCS-Branch: master Date: Mon, 24 May 2021 11:06:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a3fdd3f-30d1-427b-a67a-5b47ec0c2a70 X-Archives-Hash: 9f398becb6ddbd6fc5bda015ca3ab724 Message-ID: <20210524110640.M8p-O2o0b_RiKLeqPJa-pid478y5uMLmGbzjf84j_88@z> commit: e356b14bb53efad8dfcf35fd385d1ade45757c07 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 24 09:42:12 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 24 09:59:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e356b14b dev-python/sphinxcontrib-trio: Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/sphinxcontrib-trio/metadata.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/sphinxcontrib-trio/metadata.xml b/dev-python/sphinxcontrib-trio/metadata.xml index d5051d790..7477cd58a 100644 --- a/dev-python/sphinxcontrib-trio/metadata.xml +++ b/dev-python/sphinxcontrib-trio/metadata.xml @@ -2,10 +2,7 @@ - - andrewammerlaan@gentoo.org - Andrew Ammerlaan - + This sphinx extension helps you document Python code that uses async/await, or abstract methods, or context managers, or generators, or … you get the idea. It works by making sphinx’s regular directives for documenting Python functions and methods smarter and more powerful. The name is because it was originally written for the Trio project, and I’m not very creative. But don’t be put off – there’s nothing Trio- or async-specific about this extension; any Python project can benefit. (Though projects using async/await probably benefit the most, since sphinx’s built-in tools are especially inadequate in this case.)