*/*: fix pkgcheck scn

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
Wu, Zhenyu
2024-11-07 13:06:56 +08:00
parent 3780a4e92b
commit 4ce3c0bb0f
8 changed files with 41 additions and 39 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..13} python3_13t pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Python REPL build on top of prompt-toolkit"