From e0aefffb9cb74d23c0a2a3f923f7e44c1578d42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 22 Aug 2026 06:22:36 +0200 Subject: [PATCH] dev-python/sphinx-argparse: Bump to 0.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/sphinx-argparse/Manifest | 1 + .../sphinx-argparse-0.6.1.ebuild | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 dev-python/sphinx-argparse/sphinx-argparse-0.6.1.ebuild diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest index 29b7a263c272a..0bb0c0f5f09fc 100644 --- a/dev-python/sphinx-argparse/Manifest +++ b/dev-python/sphinx-argparse/Manifest @@ -1 +1,2 @@ DIST sphinx_argparse-0.6.0.tar.gz 37208 BLAKE2B 5af6dfaa389ddb646f979fd1b95917e4b5c0b27c86d3fcc56f9656f02b33a694d5862f09c78959f861b75405cc6a5846b2addac3bc3edb50c1666d78e44b2342 SHA512 98654e2866adb677953020b29419fe1043a6dcb49d99e95781297505ee17c62226782db36d0e243b6efda1cdc5afbf461230adb863e142c9852e688da8fa5900 +DIST sphinx_argparse-0.6.1.tar.gz 38591 BLAKE2B 6562941252413a054413fa4d6eda7867a92f081b8d2452a649af1b852001cd4cefea49844e8b54e161e6b944ab16882f98e56fdd8f28d8a646a9aac3cabea720 SHA512 46576e055bc2057dfd6718560a79483ac7c269175724f10db02dc63596f892ece7b5ad83c5207448932a2614cea0d651f0781f9e5721a245d993049c264b56aa diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.6.1.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.6.1.ebuild new file mode 100644 index 0000000000000..d9acc3199d335 --- /dev/null +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.6.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit-core +PYTHON_COMPAT=( python3_{12..15} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" +HOMEPAGE=" + https://github.com/sphinx-doc/sphinx-argparse/ + https://pypi.org/project/sphinx-argparse/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/docutils-0.19[${PYTHON_USEDEP}] + >=dev-python/sphinx-5.1.0[${PYTHON_USEDEP}] + >=dev-python/commonmark-0.5.6[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/lxml[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest