summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-18 07:35:32 +0000
committerSam James <sam@gentoo.org>2023-02-18 07:56:00 +0000
commitd5038ae5c1051669dc94eb6531b64269ddcc4f82 (patch)
treeccfc464f7055596c05230840e199d0c66b971860
parentdev-python/sqlalchemy-rqlite: enable py3.11, use PEP517 (diff)
downloadgentoo-d5038ae5c1051669dc94eb6531b64269ddcc4f82.tar.gz
gentoo-d5038ae5c1051669dc94eb6531b64269ddcc4f82.tar.bz2
gentoo-d5038ae5c1051669dc94eb6531b64269ddcc4f82.zip
profiles: last-rite dev-python/scandir
Bug: https://bugs.gentoo.org/895198 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--profiles/package.mask7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 66a3d13302be..bcc009aebdbc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2023-02-18)
+# Backport to Python 3.5(!) hence irrelevant for newer versions of Python
+# where os.scandir() and os.walk() improvements were integrated in the stdlib.
+# Incompatible with Python 3.11. No reverse dependencies.
+# Removal on 2023-03-18. bug #895198
+dev-python/scandir
+
# Michał Górny <mgorny@gentoo.org> (2023-02-17)
# Merged into dev-python/pytest-cov in 2020. No revdeps left.
# Removal on 2023-03-19. Bug #895120.