public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/
Date: Fri, 27 Mar 2020 17:53:00 +0000 (UTC)	[thread overview]
Message-ID: <1585330733.c18bc4dee7789469854696c46c16636c42327954.Alessandro-Barbieri@gentoo> (raw)

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

dev-python/sphinx-autodoc-typehints: longdescription, pypi

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

 dev-python/sphinx-autodoc-typehints/metadata.xml          | 15 +++++++++++----
 .../sphinx-autodoc-typehints-1.10.3.ebuild                | 11 +++++++----
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/dev-python/sphinx-autodoc-typehints/metadata.xml b/dev-python/sphinx-autodoc-typehints/metadata.xml
index 628ab20..34a6533 100644
--- a/dev-python/sphinx-autodoc-typehints/metadata.xml
+++ b/dev-python/sphinx-autodoc-typehints/metadata.xml
@@ -2,8 +2,15 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 
 <pkgmetadata>
-    <maintainer type="person">
-        <email>andrewammerlaan@riseup.net</email>
-        <name>Andrew Ammerlaan</name>
-    </maintainer>
+  <maintainer type="person">
+    <email>andrewammerlaan@riseup.net</email>
+    <name>Andrew Ammerlaan</name>
+  </maintainer>
+  <longdescription>
+This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion
+  </longdescription>
+  <upstream>
+    <remote-id type="github">agronholm/sphinx-autodoc-typehints</remote-id>
+    <remote-id type="pypi">sphinx-autodoc-typehints</remote-id>
+  </upstream>
 </pkgmetadata>

diff --git a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
index 20e2095..8b4b1fc 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.10.3.ebuild
@@ -3,16 +3,19 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
 DESCRIPTION="Type hints support for the Sphinx autodoc extension "
-HOMEPAGE="https://github.com/agronholm/sphinx-autodoc-typehints"
+HOMEPAGE="
+	https://github.com/agronholm/sphinx-autodoc-typehints
+	https://pypi.org/project/sphinx-autodoc-typehints
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 "
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
@@ -33,7 +36,7 @@ python_prepare_all() {
 		-e 's:test_format_annotation_both_libs:_&:' \
 		-e 's:test_format_annotation_both_libs:_&:' \
 		-e 's:test_format_annotation_both_libs:_&:' \
-                tests/test_sphinx_autodoc_typehints.py || die
+		tests/test_sphinx_autodoc_typehints.py || die
 
 	distutils-r1_python_prepare_all
 }


             reply	other threads:[~2020-03-27 17:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-27 17:53 Alessandro Barbieri [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-13 13:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-autodoc-typehints/ Andrew Ammerlaan
2021-02-17 18:33 Andrew Ammerlaan
2020-10-18  9:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-18  9:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-24 15:05 Andrew Ammerlaan
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-28 11:08 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-28 11:07 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-09 14:43 Andrew Ammerlaan
2020-02-10 14:19 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585330733.c18bc4dee7789469854696c46c16636c42327954.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox