summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-09-02 11:50:49 +0100
committerMarek Szuba <marecki@gentoo.org>2022-09-02 11:52:11 +0100
commit61e7cb6361b52569c60a441b827fb097b1c2052c (patch)
treee677a8d7d19923ecaa6dcc0e0865437ac2355547
parentdev-python/mypy_extensions: explain lack of py3.11 support (diff)
downloadgentoo-61e7cb63.tar.gz
gentoo-61e7cb63.tar.bz2
gentoo-61e7cb63.zip
dev-python/black: explain lack of py3.11 support
So that devs whose own packages depend on this know why without wasting time on running tests themselves. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--dev-python/black/black-22.8.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/black/black-22.8.0.ebuild b/dev-python/black/black-22.8.0.ebuild
index 2136bb8644c5..b5ab550c3625 100644
--- a/dev-python/black/black-22.8.0.ebuild
+++ b/dev-python/black/black-22.8.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+# py3.11 blocked by mypy_extensions
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )