commit: a3b163fd2eac0784a5b98b5921cf9dc905d2107f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 1 14:11:43 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 1 14:15:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b163fd
metadata/stabilization-groups: Add initial python set Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> metadata/stabilization-groups/python/boto.group | 3 +++ metadata/stabilization-groups/python/pip.group | 2 ++ metadata/stabilization-groups/python/setuptools.group | 2 ++ metadata/stabilization-groups/python/wheel.group | 2 ++ 4 files changed, 9 insertions(+) diff --git a/metadata/stabilization-groups/python/boto.group b/metadata/stabilization-groups/python/boto.group new file mode 100644 index 000000000000..db15a1b0c401 --- /dev/null +++ b/metadata/stabilization-groups/python/boto.group @@ -0,0 +1,3 @@ +app-admin/awscli +dev-python/boto3 +dev-python/botocore diff --git a/metadata/stabilization-groups/python/pip.group b/metadata/stabilization-groups/python/pip.group new file mode 100644 index 000000000000..f8384c036b84 --- /dev/null +++ b/metadata/stabilization-groups/python/pip.group @@ -0,0 +1,2 @@ +dev-python/ensurepip-pip +dev-python/pip diff --git a/metadata/stabilization-groups/python/setuptools.group b/metadata/stabilization-groups/python/setuptools.group new file mode 100644 index 000000000000..67c3379ae872 --- /dev/null +++ b/metadata/stabilization-groups/python/setuptools.group @@ -0,0 +1,2 @@ +dev-python/ensurepip-setuptools +dev-python/setuptools diff --git a/metadata/stabilization-groups/python/wheel.group b/metadata/stabilization-groups/python/wheel.group new file mode 100644 index 000000000000..445e2c2c1562 --- /dev/null +++ b/metadata/stabilization-groups/python/wheel.group @@ -0,0 +1,2 @@ +dev-python/ensurepip-wheel +dev-python/wheel