dev-python/mkautodoc: add py3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-04-17 14:55:17 +02:00
committed by Andrew Ammerlaan
parent b3f46ced02
commit 1552b3ef3f
2 changed files with 8 additions and 4 deletions

View File

@@ -9,6 +9,10 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="github">tomchristie/mkautodoc</remote-id>
<remote-id type="pypi">mkautodoc</remote-id>

View File

@@ -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"