From 290aebdea65a02557706eaeda477fef0437b6a48 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 11:50:53 -0500 Subject: Adding metadata --- dev-python/sphinx-argparse/Manifest | 1 - dev-python/sphinx-argparse/metadata.xml | 14 --------- .../sphinx-argparse/sphinx-argparse-0.5.2.ebuild | 33 ---------------------- 3 files changed, 48 deletions(-) delete mode 100644 dev-python/sphinx-argparse/Manifest delete mode 100644 dev-python/sphinx-argparse/metadata.xml delete mode 100644 dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild (limited to 'dev-python/sphinx-argparse') diff --git a/dev-python/sphinx-argparse/Manifest b/dev-python/sphinx-argparse/Manifest deleted file mode 100644 index 8ff35ffbbb5d..000000000000 --- a/dev-python/sphinx-argparse/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx_argparse-0.5.2.tar.gz 27838 BLAKE2B 273b08c02ed9d43483988170857389c3e933a850774a721e59049c8c42c82f85cfd60aa324d8189a9f06993166bbe079449fff48a4947c271a8ebe19cbb13d86 SHA512 d200099392f7ab657f98b98bf0a02992baa5e2762805f4b066cc971a8181fb53ea20c522fbc1927e7be73cb69725c31a0aa9433b59a1deea0d1a805321fa77dd diff --git a/dev-python/sphinx-argparse/metadata.xml b/dev-python/sphinx-argparse/metadata.xml deleted file mode 100644 index b79a884f5527..000000000000 --- a/dev-python/sphinx-argparse/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - python@gentoo.org - Python - - - baldeagleos-repo - diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild deleted file mode 100644 index 13f24a8a1ec5..000000000000 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.5.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{13..14} ) - -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 -- cgit v1.3.1