summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-13 01:12:18 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-13 01:12:18 -0800
commit78485538adef6ae7375a7478a59eeec631ef8c85 (patch)
treead5caaf8de901ff7e22b3dfcefdd4109f7b7b443 /dev-python/pyenchant
parentdev-python/sphinxcontrib-newsfeed: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-78485538adef6ae7375a7478a59eeec631ef8c85.tar.gz
gentoo-78485538adef6ae7375a7478a59eeec631ef8c85.tar.bz2
gentoo-78485538adef6ae7375a7478a59eeec631ef8c85.zip
dev-python/pyenchant: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/pyenchant')
-rw-r--r--dev-python/pyenchant/pyenchant-1.6.6.ebuild4
-rw-r--r--dev-python/pyenchant/pyenchant-1.6.8.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyenchant/pyenchant-1.6.6.ebuild b/dev-python/pyenchant/pyenchant-1.6.6.ebuild
index ea9760144511..13356bd5c0fc 100644
--- a/dev-python/pyenchant/pyenchant-1.6.6.ebuild
+++ b/dev-python/pyenchant/pyenchant-1.6.6.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=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
diff --git a/dev-python/pyenchant/pyenchant-1.6.8.ebuild b/dev-python/pyenchant/pyenchant-1.6.8.ebuild
index 99fb0999dfb3..4debd0672d88 100644
--- a/dev-python/pyenchant/pyenchant-1.6.8.ebuild
+++ b/dev-python/pyenchant/pyenchant-1.6.8.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=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1