From 58708628c26be24f28865920c4496d69881a09db Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Mon, 28 Jul 2025 03:40:11 +0200 Subject: [PATCH] profiles/package.mask: mask unmaintained deps for removal * dev-python/biplist The only (incorrect) consumer is the last-rited app-forensics/mvt package. Has no test suite wired up and only patched support for dev-lang/python:3.9 or later since the last upstream commit happened in 2018. * dev-python/NSKeyedUnArchiver The only consumer is the last-rited dev-python/iOSbackup package. It has no support for dev-lang/python:3.13, LICENSE is incorrect and upstream provides no tests. Acked-by: David Roman Part-of: https://github.com/gentoo/guru/pull/356 Closes: https://github.com/gentoo/guru/pull/356 Signed-off-by: Lucio Sauer --- profiles/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index b28fc921d4..0198d57051 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -22,9 +22,12 @@ # This package is unmaintained, has an ambiguous license and upstream is # unresponsive. Its sole revdep is app-forensics/mvt, which has been outdated # for two years and depends on masked dev-python/tld. +# Mask unmaintained dependencies of these two packages as well. # Removal on 2025-08-28, bug #952156 dev-python/iOSbackup app-forensics/mvt +dev-python/biplist +dev-python/NSKeyedUnArchiver # Anna (cybertailor) Vyalkova (2025-07-27) # Vulnerable to a cross-site scripting attack.