diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-18 18:21:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-06-18 18:21:58 +0000 |
| commit | 61de334eeb41268d1f6f34cdc2c7c59e5fadff3d (patch) | |
| tree | 4b01f2bd78750a3e93140738d2c1c74f37918f34 /dev-python/sphinx-argparse | |
| parent | 1ec170ec4a58b796bf79c47901ce87771bea01f2 (diff) | |
| download | baldeagleos-repo-61de334eeb41268d1f6f34cdc2c7c59e5fadff3d.tar.gz baldeagleos-repo-61de334eeb41268d1f6f34cdc2c7c59e5fadff3d.tar.xz baldeagleos-repo-61de334eeb41268d1f6f34cdc2c7c59e5fadff3d.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse')
| -rw-r--r-- | dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild index 58329ebc555e..d0527a771efc 100644 --- a/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild +++ b/dev-python/sphinx-argparse/sphinx-argparse-0.4.0.ebuild @@ -1,14 +1,18 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) + inherit distutils-r1 pypi DESCRIPTION="Sphinx extension that automatically documents argparse commands and options" -HOMEPAGE="https://pypi.org/project/sphinx-argparse/" +HOMEPAGE=" + https://github.com/sphinx-doc/sphinx-argparse/ + https://pypi.org/project/sphinx-argparse/ +" LICENSE="MIT" SLOT="0" |
