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

@@ -1,8 +1,8 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9,10} )
EAPI=8
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8,9,10,11} )
inherit distutils-r1