diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-11 13:51:00 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:18:39 -0800 |
commit | 0e1eb98d3552e0da3479b69ae698b1a9dd58deaa (patch) | |
tree | 4ebb926f90a25dcb031ce731055945d5a39b51ea /dev-python/mimeparse | |
parent | dev-python/extras: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-0e1eb98d3552e0da3479b69ae698b1a9dd58deaa.tar.gz gentoo-0e1eb98d3552e0da3479b69ae698b1a9dd58deaa.tar.bz2 gentoo-0e1eb98d3552e0da3479b69ae698b1a9dd58deaa.zip |
dev-python/mimeparse: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/mimeparse')
-rw-r--r-- | dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mimeparse/mimeparse-0.1.4-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mimeparse/mimeparse-1.5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/mimeparse/mimeparse-1.6.0.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild b/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild index 4cf9d37fcc63..74332f19136b 100644 --- a/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild +++ b/dev-python/mimeparse/mimeparse-0.1.4-r1.ebuild @@ -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 ) inherit distutils-r1 diff --git a/dev-python/mimeparse/mimeparse-0.1.4-r2.ebuild b/dev-python/mimeparse/mimeparse-0.1.4-r2.ebuild index e4d7e74bd768..731dd0faf884 100644 --- a/dev-python/mimeparse/mimeparse-0.1.4-r2.ebuild +++ b/dev-python/mimeparse/mimeparse-0.1.4-r2.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=6 -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/mimeparse/mimeparse-1.5.2-r1.ebuild b/dev-python/mimeparse/mimeparse-1.5.2-r1.ebuild index e4d7e74bd768..731dd0faf884 100644 --- a/dev-python/mimeparse/mimeparse-1.5.2-r1.ebuild +++ b/dev-python/mimeparse/mimeparse-1.5.2-r1.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=6 -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/mimeparse/mimeparse-1.6.0.ebuild b/dev-python/mimeparse/mimeparse-1.6.0.ebuild index e4d7e74bd768..731dd0faf884 100644 --- a/dev-python/mimeparse/mimeparse-1.6.0.ebuild +++ b/dev-python/mimeparse/mimeparse-1.6.0.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=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |