dev-python/setproctitle: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 08:48:19 +0000 (00:48 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 08:48:19 +0000 (00:48 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/setproctitle/setproctitle-1.1.10.ebuild
dev-python/setproctitle/setproctitle-1.1.8.ebuild
dev-python/setproctitle/setproctitle-1.1.9.ebuild

index d1dc91ba2ef34c8d79d492c6e306ce7ef690a6a2..62584e8139a846858a8aced61bfb4f8cc6fbcdc8 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 toolchain-funcs
 
index 336149a9350855c889b2c1466d096b1e58f43e06..84650808a7bc54cd6c864a380f2ca74b3142dd34 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 toolchain-funcs
 
index e2e59fa4d6dd8822472e76b3242d61b66521fa73..9f9af9f525d230a59cdfa39fef8fd8aef45116f4 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # pypy doesn't get started in test run. Still required by www-servers/gunicorn
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 toolchain-funcs