diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-14 06:40:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-03-14 06:40:52 +0000 |
| commit | e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb (patch) | |
| tree | 9287089c343981c59d3e0fcfc6805bd304ff5529 /dev-python/sphinxcontrib-autoprogram | |
| parent | 1cfef4dc68e04462e4f2106f0d37334c87ed7fe0 (diff) | |
| download | baldeagleos-repo-e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb.tar.gz baldeagleos-repo-e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb.tar.xz baldeagleos-repo-e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinxcontrib-autoprogram')
| -rw-r--r-- | dev-python/sphinxcontrib-autoprogram/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-autoprogram/Manifest b/dev-python/sphinxcontrib-autoprogram/Manifest index 4575caa607bb..bc050f8ce7ab 100644 --- a/dev-python/sphinxcontrib-autoprogram/Manifest +++ b/dev-python/sphinxcontrib-autoprogram/Manifest @@ -1 +1,2 @@ DIST sphinxcontrib-autoprogram-0.1.8.tar.gz 18656 BLAKE2B a1334b0d9717f59ffb67c8a60e03b34c1fb0168cc86500ee14c06c44bef5bec1b484997d00be6586832e21e8a97662628636766558af9f79d40eb3da0ae21122 SHA512 a73d52a6195e3b637758b36f86afe07090bab09a655a86dbde3fefaee59f634c3fc880d436c3b14d9d7d4fb58f74765bd13457d0fc9192f1ffd4d654dc6efcd5 +DIST sphinxcontrib-autoprogram-0.1.9.tar.gz 18843 BLAKE2B 9a081113ea2f315618926e6ab88c81fd875899431f95539e9bdc343a88e9422345ef36c442d3697bec9199b8723959e12300a0c26cfd9ec36a2dd18dc76392ea SHA512 f0b4ebffda493c41a88b6fb30f12952bf136134823125e81a473fa9015d11f724aa07e9a6c87295039d1044cbc262971fbf2745e325393cc13627a1b159bc686 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..1f9f80daddd0 --- /dev/null +++ b/dev-python/sphinxcontrib-autoprogram/sphinxcontrib-autoprogram-0.1.9.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 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_{8,9,10,11,12} ) + +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 ~x86" + +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] +" + +python_install_all() { + distutils-r1_python_install_all + find "${ED}" -name '*.pth' -delete || die +} |
