diff options
author | 2024-06-17 18:37:22 +0200 | |
---|---|---|
committer | 2024-06-17 19:37:02 +0200 | |
commit | f47ca92409cbaf3cb4112a089d1b070e8c3502ad (patch) | |
tree | c8f5bb127824a5a980e6b63eabb5122eafbb2133 /dev-python/sphinx-argparse | |
parent | dev-python/sphinx-bootstrap-theme: Enable py3.13 (diff) | |
download | gentoo-f47ca92409cbaf3cb4112a089d1b070e8c3502ad.tar.gz gentoo-f47ca92409cbaf3cb4112a089d1b070e8c3502ad.tar.bz2 gentoo-f47ca92409cbaf3cb4112a089d1b070e8c3502ad.zip |
dev-python/sphinx-argparse: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-argparse')
-rw-r--r-- | dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild index 40e2657c99f2..0137d7ce9657 100644 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..13} ) + inherit distutils-r1 pypi DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" |