diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-17 14:55:17 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-05-19 20:41:58 +0200 |
commit | 1552b3ef3fab5a2292ec87d03f6496c0f4e41b16 (patch) | |
tree | d9d1070b83bf764c20896d0f1b6dd1235cd209df /dev-python/mkautodoc | |
parent | dev-python/mkdocs-git-revision-date-localized-plugin: add version 0.9 (diff) | |
download | gentoo-1552b3ef3fab5a2292ec87d03f6496c0f4e41b16.tar.gz gentoo-1552b3ef3fab5a2292ec87d03f6496c0f4e41b16.tar.bz2 gentoo-1552b3ef3fab5a2292ec87d03f6496c0f4e41b16.zip |
dev-python/mkautodoc: add py3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/mkautodoc')
-rw-r--r-- | dev-python/mkautodoc/metadata.xml | 4 | ||||
-rw-r--r-- | 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 5aa1ad6b1bed..d17014b5fd60 100644 --- a/dev-python/mkautodoc/metadata.xml +++ b/dev-python/mkautodoc/metadata.xml @@ -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> diff --git a/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild b/dev-python/mkautodoc/mkautodoc-0.1.0.ebuild index 0d10195ce544..578aa7762319 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" |