app-text/pelican: add python3_7
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 29 Jan 2020 02:56:24 +0000 (20:56 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 29 Jan 2020 02:58:04 +0000 (20:58 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
app-text/pelican/pelican-4.2.0.ebuild
app-text/pelican/pelican-9999.ebuild

index 95251b6cc3f5817126464b378113b7d7ffd6ab75..7fbac241acb9e725bad88f3eac8c7457055fdf33 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
 
 inherit distutils-r1
 
index ad109252657684183af00c032f61e2b0d3283d17..00b64012eef4bf14880cd1981d816be9e88cfe08 100644 (file)
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
 
 inherit distutils-r1 git-r3