diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-03-08 04:33:46 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-03-08 04:33:46 +0000 |
commit | 69510c3d3901904bce568fefc1becd87fe2ec829 (patch) | |
tree | 015b08933f4322bd52d4224d8459e05a434c16f3 | |
parent | 2024-03-08 04:19:00 UTC (diff) | |
parent | app-admin/ansible-core: switch to pep517 based eclass path (diff) | |
download | gentoo-69510c3d3901904bce568fefc1becd87fe2ec829.tar.gz gentoo-69510c3d3901904bce568fefc1becd87fe2ec829.tar.bz2 gentoo-69510c3d3901904bce568fefc1becd87fe2ec829.zip |
Merge updates from master
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.14.13.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.15.8.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.16.2.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible-core/ansible-core-2.16.4.ebuild | 2 | ||||
-rw-r--r-- | app-admin/ansible-core/ansible-core-9999.ebuild | 2 | ||||
-rw-r--r-- | app-shells/powerline/powerline-2.7-r2.ebuild | 3 | ||||
-rw-r--r-- | app-shells/powerline/powerline-9999.ebuild | 3 |
7 files changed, 9 insertions, 7 deletions
diff --git a/app-admin/ansible-core/ansible-core-2.14.13.ebuild b/app-admin/ansible-core/ansible-core-2.14.13.ebuild index 756b42643396..113c9aeb164f 100644 --- a/app-admin/ansible-core/ansible-core-2.14.13.ebuild +++ b/app-admin/ansible-core/ansible-core-2.14.13.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 diff --git a/app-admin/ansible-core/ansible-core-2.15.8.ebuild b/app-admin/ansible-core/ansible-core-2.15.8.ebuild index 3013d29fa0b5..45fc573d4107 100644 --- a/app-admin/ansible-core/ansible-core-2.15.8.ebuild +++ b/app-admin/ansible-core/ansible-core-2.15.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 diff --git a/app-admin/ansible-core/ansible-core-2.16.2.ebuild b/app-admin/ansible-core/ansible-core-2.16.2.ebuild index 3013d29fa0b5..45fc573d4107 100644 --- a/app-admin/ansible-core/ansible-core-2.16.2.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 diff --git a/app-admin/ansible-core/ansible-core-2.16.4.ebuild b/app-admin/ansible-core/ansible-core-2.16.4.ebuild index 49da7dc95856..51f3b5d36db1 100644 --- a/app-admin/ansible-core/ansible-core-2.16.4.ebuild +++ b/app-admin/ansible-core/ansible-core-2.16.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 diff --git a/app-admin/ansible-core/ansible-core-9999.ebuild b/app-admin/ansible-core/ansible-core-9999.ebuild index 17a70128adeb..a9e25609de36 100644 --- a/app-admin/ansible-core/ansible-core-9999.ebuild +++ b/app-admin/ansible-core/ansible-core-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_SETUPTOOLS=bdepend +DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 inherit distutils-r1 diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild index 1a13ef03b3d6..829720104c3f 100644 --- a/app-shells/powerline/powerline-2.7-r2.ebuild +++ b/app-shells/powerline/powerline-2.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,6 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) PYPI_NO_NORMALIZE=1 PYPI_PN="powerline-status" +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="The ultimate statusline/prompt utility" diff --git a/app-shells/powerline/powerline-9999.ebuild b/app-shells/powerline/powerline-9999.ebuild index 5e179f45c6a3..645322a6f82a 100644 --- a/app-shells/powerline/powerline-9999.ebuild +++ b/app-shells/powerline/powerline-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,6 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) PYPI_NO_NORMALIZE=1 PYPI_PN="powerline-status" +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="The ultimate statusline/prompt utility" |