summaryrefslogtreecommitdiff
path: root/dev-vcs/python-gitlab
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-27 07:37:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-27 07:37:49 +0000
commit531c06eb3ad68d8ef7337618cae898690e09f25c (patch)
tree1648f7b9d5a2f4bf1cc88c83ab27e2e37466e03c /dev-vcs/python-gitlab
parenta32efecb4f46e788d2eed97191123797ddecd6b2 (diff)
downloadbaldeagleos-repo-531c06eb3ad68d8ef7337618cae898690e09f25c.tar.gz
baldeagleos-repo-531c06eb3ad68d8ef7337618cae898690e09f25c.tar.xz
baldeagleos-repo-531c06eb3ad68d8ef7337618cae898690e09f25c.zip
Adding metadata
Diffstat (limited to 'dev-vcs/python-gitlab')
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild2
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild2
-rw-r--r--dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild b/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild
index 5067288cbfbf..843485dba019 100644
--- a/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-2.10.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
DESCRIPTION="Python command line interface to gitlab API"
diff --git a/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild
index 3640bc378d3f..6d7b2f664021 100644
--- a/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-2.5.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
index a622256dbf98..ef8a9333476d 100644
--- a/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
+++ b/dev-vcs/python-gitlab/python-gitlab-2.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1