commit: 7ff2b1ce0718dc0b927879c61581d59999c0cc21 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 4 18:30:41 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Nov 4 18:30:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff2b1ce
dev-python/tempita: last-rite Bug: https://bugs.gentoo.org/879613 Bug: https://bugs.gentoo.org/739796 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 9928088d7590..b51401a2f556 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Arthur Zamarin <[email protected]> (2022-11-04) +# Upstream repository is gone. Uses internally python 2 code, which +# we patch into python 3. Only ebuild uses snapshot tarball from the +# dead repo. Doesn't use PEP517 mode. Has issues with python 3.11. +# No reverse dependencies in tree. +# Removal: 2022-12-04. Bug #879613. +dev-python/tempita + # Michał Górny <[email protected]> (2022-11-04) # NIH version of dev-python/watchdog that was used by dev-python/uvicorn # only, and was replaced by rustified dev-python/watchfiles.
