This commit is contained in:
Mario Fetka
2022-12-14 13:50:35 +01:00
parent f90a215a8d
commit ad534e78da
29 changed files with 359 additions and 20 deletions

View File

@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python2+ pypy{,3} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9} pypy{,3} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9,10,11} pypy{,3} )
inherit distutils-r1