From 00177ca3e1e69d1395f4d71b5f2b5049c67715e6 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 10 Feb 2017 14:54:56 -0800 Subject: dev-python/PyContracts: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/PyContracts/PyContracts-1.7.15.ebuild | 2 +- dev-python/PyContracts/PyContracts-1.7.9.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/PyContracts') diff --git a/dev-python/PyContracts/PyContracts-1.7.15.ebuild b/dev-python/PyContracts/PyContracts-1.7.15.ebuild index 46d0bbed7a79..9f519967d820 100644 --- a/dev-python/PyContracts/PyContracts-1.7.15.ebuild +++ b/dev-python/PyContracts/PyContracts-1.7.15.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 diff --git a/dev-python/PyContracts/PyContracts-1.7.9.ebuild b/dev-python/PyContracts/PyContracts-1.7.9.ebuild index b1e1e6113356..6513b4b51585 100644 --- a/dev-python/PyContracts/PyContracts-1.7.9.ebuild +++ b/dev-python/PyContracts/PyContracts-1.7.9.ebuild @@ -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 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad