commit:     7077cb155a2e19cbd296166aa1887592cc56a014
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 27 17:37:19 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 27 17:37:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7077cb15

dev-python/sphinxcontrib-trio: longdescription, pypi

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/sphinxcontrib-trio/metadata.xml                | 15 +++++++++++----
 .../sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild    |  5 ++++-
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/dev-python/sphinxcontrib-trio/metadata.xml 
b/dev-python/sphinxcontrib-trio/metadata.xml
index 628ab20..c43e0ba 100644
--- a/dev-python/sphinxcontrib-trio/metadata.xml
+++ b/dev-python/sphinxcontrib-trio/metadata.xml
@@ -2,8 +2,15 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 
 <pkgmetadata>
-    <maintainer type="person">
-        <email>[email protected]</email>
-        <name>Andrew Ammerlaan</name>
-    </maintainer>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Andrew Ammerlaan</name>
+  </maintainer>
+  <longdescription>
+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.)
+  </longdescription>
+  <upstream>
+    <remote-id type="github">python-trio/sphinxcontrib-trio</remote-id>
+    <remote-id type="pypi">sphinxcontrib-trio</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild 
b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild
index e592dc2..c5eee34 100644
--- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild
+++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.0.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
-HOMEPAGE="https://github.com/python-trio/sphinxcontrib-trio";
+HOMEPAGE="
+       https://github.com/python-trio/sphinxcontrib-trio
+       https://pypi.org/project/sphinxcontrib-trio
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 MIT )"

Reply via email to