summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-argparse-cli
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-10-26 09:28:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-10-26 09:28:44 +0000
commitbf32af1a77904f06af121d4129d76a493e9f1fd0 (patch)
tree8a826a570be8b021540c7127348ff6c4cbbe7405 /dev-python/sphinx-argparse-cli
parentec183e1c90a17c119012450982f07aa5a19ece65 (diff)
downloadbaldeagleos-repo-bf32af1a77904f06af121d4129d76a493e9f1fd0.tar.gz
baldeagleos-repo-bf32af1a77904f06af121d4129d76a493e9f1fd0.tar.xz
baldeagleos-repo-bf32af1a77904f06af121d4129d76a493e9f1fd0.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinx-argparse-cli')
-rw-r--r--dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild2
-rw-r--r--dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild
index 6ce9a2c9cc2f..956c3617b462 100644
--- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild
+++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.8.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1
MY_PN="${PN//-/_}"
diff --git a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
index 2398f069ecc1..5aff11dc128a 100644
--- a/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
+++ b/dev-python/sphinx-argparse-cli/sphinx-argparse-cli-1.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10} ) # no pypy3 support
+PYTHON_COMPAT=( python3_{7,8,9,10,11} ) # no pypy3 support
inherit distutils-r1
MY_PN="${PN//-/_}"