commit: 6e1b1328acf71d89a1402ac1263af64d89cc6721 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 08:40:24 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 09:15:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1b1328
profiles: Last rite a bunch of py2 packages Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ profiles/package.mask | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 4ffd2ce82f6..c1110cfe201 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2020-08-22) +# These flags depend on packages masked for removal due to py2. +sci-geosciences/qgis grass +net-libs/zeromq pgm + # Thomas Deutschmann <[email protected]> (2020-08-17) # CMake checks will only allow on amd64 & x86 dev-db/mariadb columnstore diff --git a/profiles/package.mask b/profiles/package.mask index 50a67a6344d..be085c72708 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,38 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2020-08-22) +# These packages (or package versions) still require Python 2.7. +# They are either dead upstream, their Python 3 porting efforts are +# not progressing or their maintainers are simply unresponsive. +# Please do not remove any packages from this list unless you actually +# port it to Python 3. +# Removal in 30 days. Tracker bug #694800. +app-emulation/ganeti +app-emulation/ganeti-instance-debootstrap +app-emulation/ganeti-instance-image +app-emulation/virtualbox-bin +app-forensics/openscap +app-misc/email2trac +app-misc/workrave +app-portage/etc-proposals +app-portage/gpytage +<dev-db/mongodb-4.2 +dev-db/mysql-workbench +dev-lang/ispc +dev-util/bam +media-gfx/displaycal +media-plugins/gimp-resynthesizer +net-analyzer/linkchecker +net-analyzer/pbgpp +net-libs/openpgm +<net-mail/mailman-3 +net-wireless/chirp +net-wireless/rfcat +sci-geosciences/gdal-grass +sci-geosciences/grass +www-apps/trac + # Michał Górny <[email protected]> (2020-08-22) # Effectively unmaintained. Optionally uses Python 2. I could remove # that but it fails to build anyway.
