dev-python/msgpack: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 05:31:40 +0000 (21:31 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 27 Feb 2017 05:31:40 +0000 (21:31 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/msgpack/msgpack-0.4.6.ebuild
dev-python/msgpack/msgpack-0.4.7.ebuild
dev-python/msgpack/msgpack-0.4.8.ebuild

index 5fc1738b436c038e8739178c09df2db9288a93aa..88e4dc76e714c49119270f61e0d925b152ec5d01 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index 2f2776cab9a44cceccb0b3aa9cd01b45e725fb23..82ed1bfd1a9105cbaf9cbe683892b6220235702a 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index 95f5d40558cf6d159d878778754f3ddf05fe6082..e4d7d42b61d1384147f5380d6bee94681d7467d3 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1