commit: 3b6204d76fd5b2ff5a089052b37f8b1162f73066 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 18 18:17:05 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 18 18:18:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b6204d7
package.mask: Last rite dev-python/pyproject2setuppy Bug: https://bugs.gentoo.org/871522 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.deprecated | 6 ------ profiles/package.mask | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/package.deprecated b/profiles/package.deprecated index ef16c980ebba..192c51f6b83d 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -32,12 +32,6 @@ dev-python/tox # ping me. dev-python/versioneer -# Michał Górny <[email protected]> (2022-05-18) -# pp2sp is no longer maintained. Its build system support is limited -# and buggy. Packages need to migrate to using DISTUTILS_USE_PEP517 -# instead. -dev-python/pyproject2setuppy - # Sam James <[email protected]> (2022-04-22) # Obsolete virtual. # Only one provider is left (media-libs/libjpeg-turbo), please change diff --git a/profiles/package.mask b/profiles/package.mask index 8dffe429cb8d..c4419f853ab2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2022-09-18) +# Obsolete in favor of building via PEP517 mode. Buggy. No revdeps +# left in ::gentoo. +# Removal on 2022-10-18. Bug #871522. +dev-python/pyproject2setuppy + # Pacho Ramos <[email protected]> (2022-09-18) # ABRT environment keeps breaking more and more on non-Fedora systems. # Removal: 2022-10-18. Bugs #849305, #849092, #849095, #713858.
