mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/sphinx-argparse: Bump to 0.6.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
33
dev-python/sphinx-argparse/sphinx-argparse-0.6.1.ebuild
Normal file
33
dev-python/sphinx-argparse/sphinx-argparse-0.6.1.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user