sci-libs/cantera: 2.4.0-r1. Add PYTHON_COMPAT=( python3_7 )
authorband-a-prend <torokhov-s-a@yandex.ru>
Fri, 21 Jun 2019 22:27:33 +0000 (01:27 +0300)
committerMichał Górny <mgorny@gentoo.org>
Fri, 19 Jul 2019 16:44:55 +0000 (18:44 +0200)
After updated dev-util/scons (scons-3.0.5-r1.ebuild)
now it's possible to build Cantera with Python 3.7.

All tests of src_test() phase are passed.

Signed-off-by: Sergey Torokhov <torokhov_s_a@mail.ru>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-libs/cantera/cantera-2.4.0-r1.ebuild

index 435742d4be0d0e79dc8ef466b07118548991f279..cd7dafba1b50a12578e3541ef29555a3c9f3befc 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90