sci-mathematics/dunshire: new revision with python-3.10 support.

Closes: https://bugs.gentoo.org/846275
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
Michael Orlitzky 2022-05-18 20:13:31 -04:00
parent 70ca3d1c97
commit d319d641b8
No known key found for this signature in database
GPG Key ID: 6F48D3DA05C2DADB
1 changed files with 3 additions and 3 deletions

View File

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