dev-python/guessit: add Python 3.6 support
authorIlya Tumaykin <itumaykin@gmail.com>
Mon, 26 Mar 2018 08:18:19 +0000 (11:18 +0300)
committerAaron Bauman <bman@gentoo.org>
Mon, 26 Mar 2018 18:45:04 +0000 (14:45 -0400)
Tests pass.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/guessit/guessit-2.1.4.ebuild
dev-python/guessit/guessit-9999.ebuild

index 98774b237126637473b345b2591a9b5a91f0698c..b991bcb90ea8b416416adddc34a982793197855d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
index 8c6ead3c27e363d554f30293ae2091e4ca200862..7cc74ef41be76592154c44e421d3d73c13e003c1 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 git-r3