commit: abedc4453dd44485cda3931af60dfeddb3b947e2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 30 10:16:47 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 30 11:01:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abedc445
package.mask: Last rite ag-projects' dev-python/python-* packages Bug: https://bugs.gentoo.org/667354 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/10021 profiles/package.mask | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 8ffab13352d..704bdee2486 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,19 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (30 Sep 2018) +# Poor quality NIH ebuilds with multiple issues and lack of test suites. +# They do not support Python 3 (even if somebody claimed otherwise, +# completely ignoring all the errors during install phase), depend +# on old Twisted packages and have no reverse dependencies in ::gentoo. +# Removal in 30 days. Bug #667354. +dev-python/python-application +dev-python/python-cjson +dev-python/python-eventlib +dev-python/python-gnutls +dev-python/python-msrplib +dev-python/python-xcaplib + # Matt Turner <[email protected]> (29 Sep 2018) # Removal in 30 days, bug #576334 app-eselect/eselect-mesa
