From: matoro Date: Fri, 1 Mar 2019 20:13:42 +0000 (-0500) Subject: app-admin/webapp-config: enable python3_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=162ff05d4c677877e863fe8ab80a5396f88b6108;p=gentoo.git app-admin/webapp-config: enable python3_7 All tests pass under python 3.7 per this build log: https://gist.github.com/matoro/1808592dcc9cf09f344a907c8a2fb1af Signed-off-by: matoro Signed-off-by: Anthony G. Basile --- diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild index be1d9c659f8b..c70dc1eac209 100644 --- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild +++ b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild @@ -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 diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 08cda6204783..6ce237b3e82c 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -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