mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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:
committed by
Andrew Ammerlaan
parent
b3f46ced02
commit
1552b3ef3f
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user