dev-python/distlib: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2017 03:30:25 +0000 (19:30 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2017 19:52:23 +0000 (11:52 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/distlib/distlib-0.2.1-r1.ebuild
dev-python/distlib/distlib-0.2.1.ebuild
dev-python/distlib/distlib-0.2.2.ebuild

index e44a3d4c12317fdff804d07343cd6c1e24b1dc2f..cb6d4f35af6d67893c840e529398b76b544cf1a4 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 3e7706f923a248ca8fd83ff57f222d0867d0e5b2..2a73ae99d5b143582321178757f4a37cc67b6ebd 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 2e5368c86942465201f452d8932752cf3332ba1c..d7152827e58aba07faedb6cb390dd35652b51efa 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=( python2_7 python3_{4,5} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1