diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-09-05 00:09:55 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-05 00:14:10 +0200 |
commit | cfed6db1c8cb61662a518df05a9cb7f516f1539c (patch) | |
tree | 34d159a125d8333b7589d928a6d086202ca78b0b /dev-python/rst-linker/rst-linker-2.0.0.ebuild | |
parent | dev-python/plyvel: add Python 3.9 support (diff) | |
download | gentoo-cfed6db1c8cb61662a518df05a9cb7f516f1539c.tar.gz gentoo-cfed6db1c8cb61662a518df05a9cb7f516f1539c.tar.bz2 gentoo-cfed6db1c8cb61662a518df05a9cb7f516f1539c.zip |
dev-python/rst-linker: add Python 3.9 support, fix a warning
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/rst-linker/rst-linker-2.0.0.ebuild')
-rw-r--r-- | dev-python/rst-linker/rst-linker-2.0.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/rst-linker/rst-linker-2.0.0.ebuild b/dev-python/rst-linker/rst-linker-2.0.0.ebuild index f378fbba2d7a..5204e241d7e8 100644 --- a/dev-python/rst-linker/rst-linker-2.0.0.ebuild +++ b/dev-python/rst-linker/rst-linker-2.0.0.ebuild @@ -3,7 +3,9 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) +# [options.entry_points] is present in setup.cfg but it is empty +DISTUTILS_USE_SETUPTOOLS=manual inherit distutils-r1 |