app-admin/webapp-config: enable python3_7
authormatoro <matoro@users.noreply.github.com>
Fri, 1 Mar 2019 20:13:42 +0000 (15:13 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 23 Mar 2019 09:10:43 +0000 (05:10 -0400)
All tests pass under python 3.7 per this build log:
https://gist.github.com/matoro/1808592dcc9cf09f344a907c8a2fb1af

Signed-off-by: matoro <matoro@airmail.cc>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
app-admin/webapp-config/webapp-config-1.55-r1.ebuild
app-admin/webapp-config/webapp-config-9999.ebuild

index be1d9c659f8be9c45c901fdbb3d29f97272f0c93..c70dc1eac20986c838c54556857d71adbdb7e759 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1 prefix
 
index 08cda6204783249b0fb8d3ad445be5e1d6e150d5..6ce237b3e82c11cb2faa3894be60bce482821b6e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1 prefix