*/*: 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

@@ -5,6 +5,10 @@
<email>wuzhenyu@ustc.edu</email>
<name>Wu, Zhenyu</name>
</maintainer>
<use>
<flag name="black">Add support for dev-python/black. Black not always possible on PyPy</flag>
<flag name="ipython">Add support for dev-python/ipython for ptipython</flag>
</use>
<upstream>
<remote-id type="pypi">ptpython</remote-id>
<remote-id type="github">prompt-toolkit/ptpython</remote-id>

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"