From b590c8d7572b727d565cc0b8ff660d43569845de Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jun 2026 19:09:37 -0500 Subject: Adding metadata --- dev-python/sphinxcontrib-autoprogram/Manifest | 1 + dev-python/sphinxcontrib-autoprogram/metadata.xml | 10 ++++++++ .../sphinxcontrib-autoprogram-0.1.9.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/sphinxcontrib-autoprogram/Manifest create mode 100644 dev-python/sphinxcontrib-autoprogram/metadata.xml create mode 100644 dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild (limited to 'dev-python/sphinxcontrib-autoprogram') diff --git a/dev-python/sphinxcontrib-autoprogram/Manifest b/dev-python/sphinxcontrib-autoprogram/Manifest new file mode 100644 index 000000000000..fc0a8b39cb64 --- /dev/null +++ b/dev-python/sphinxcontrib-autoprogram/Manifest @@ -0,0 +1 @@ +DIST sphinxcontrib-autoprogram-0.1.9.tar.gz 18843 BLAKE2B 9a081113ea2f315618926e6ab88c81fd875899431f95539e9bdc343a88e9422345ef36c442d3697bec9199b8723959e12300a0c26cfd9ec36a2dd18dc76392ea SHA512 f0b4ebffda493c41a88b6fb30f12952bf136134823125e81a473fa9015d11f724aa07e9a6c87295039d1044cbc262971fbf2745e325393cc13627a1b159bc686 diff --git a/dev-python/sphinxcontrib-autoprogram/metadata.xml b/dev-python/sphinxcontrib-autoprogram/metadata.xml new file mode 100644 index 000000000000..0c1f500eae0d --- /dev/null +++ b/dev-python/sphinxcontrib-autoprogram/metadata.xml @@ -0,0 +1,10 @@ + + + + + nowa@gentoo.org + Nowa Ammerlaan + + + baldeagleos-repo + diff --git a/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild new file mode 100644 index 000000000000..356f51dd140f --- /dev/null +++ b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Documenting CLI programs" +HOMEPAGE=" + https://github.com/sphinx-contrib/autoprogram/ + https://pypi.org/project/sphinxcontrib-autoprogram/ +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="amd64 arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +} -- cgit v1.3