summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-argparse-cli
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-15 06:58:16 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-15 06:58:16 +0000
commit3d4c60ab67ab34063f83de57ca650a2093caa6e5 (patch)
treeb84fb03b155aee605de7d948e52eddb76dab1143 /dev-python/sphinx-argparse-cli
parentf4b148a17b03de6d1241e9e3706c564da5d6fb4b (diff)
downloadbaldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.tar.gz
baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.tar.xz
baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse-cli')
-rw-r--r--dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild
index 1eb05716c2dc..eaa6267d83d5 100644
--- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild
+++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.11.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8,9,10,11,12} ) # no pypy3 support
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
inherit distutils-r1
DESCRIPTION="Render CLI arguments (sub-commands friendly) defined by argparse module"