diff options
author | Marshall Brewer (Gentoo Key) <tomboy64@sina.cn> | 2016-04-16 00:46:04 +0200 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-18 23:18:58 +0800 |
commit | dcdf98f6ecfa8da3fe2aab2389dc92133a2c50b2 (patch) | |
tree | 965476e48f9cb8bcfac320b20320811944dd0ccc /dev-python/pyserial | |
parent | dev-python/urwid: eapi bump to EAPI 6 (diff) | |
download | gentoo-dcdf98f6ecfa8da3fe2aab2389dc92133a2c50b2.tar.gz gentoo-dcdf98f6ecfa8da3fe2aab2389dc92133a2c50b2.tar.bz2 gentoo-dcdf98f6ecfa8da3fe2aab2389dc92133a2c50b2.zip |
=dev-python/pyserial: enable python 3.5 support in vn. 2.7-r1
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1297
Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r-- | dev-python/pyserial/pyserial-2.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyserial/pyserial-2.7-r1.ebuild b/dev-python/pyserial/pyserial-2.7-r1.ebuild index 92f5d5ddb971..857f253a04ca 100644 --- a/dev-python/pyserial/pyserial-2.7-r1.ebuild +++ b/dev-python/pyserial/pyserial-2.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 |