commit:     1552b3ef3fab5a2292ec87d03f6496c0f4e41b16
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Apr 17 12:55:17 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed May 19 18:41:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1552b3ef

dev-python/mkautodoc: add py3.9

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

 dev-python/mkautodoc/metadata.xml           | 4 ++++
 dev-python/mkautodoc/mkautodoc-0.1.0.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/mkautodoc/metadata.xml 
b/dev-python/mkautodoc/metadata.xml
index 5aa1ad6b1be..d17014b5fd6 100644
--- a/dev-python/mkautodoc/metadata.xml
+++ b/dev-python/mkautodoc/metadata.xml
@@ -9,6 +9,10 @@
                <email>proxy-ma...@gentoo.org</email>
                <name>Proxy Maintainers</name>
        </maintainer>
+       <maintainer type="project">
+               <email>pyt...@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
        <upstream>
                <remote-id type="github">tomchristie/mkautodoc</remote-id>
                <remote-id type="pypi">mkautodoc</remote-id>

diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild 
b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
index 0d10195ce54..578aa776231 100644
--- a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
+++ b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Auto documentation for MkDocs"
 HOMEPAGE="
-       https://github.com/tomchristie/mkautodoc
-       https://pypi.org/project/mkautodoc
+       https://github.com/tomchristie/mkautodoc/
+       https://pypi.org/project/mkautodoc/
 "
 SRC_URI="https://github.com/tomchristie/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 

Reply via email to