commit: 0ff22c94a4a152763f6c1ae7d1c6d4d200a9719c Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Sep 15 07:48:33 2016 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Sep 15 07:52:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff22c94
dev-python/ws4py: add python 3.5 to compat Package-Manager: portage-2.3.0 dev-python/ws4py/ws4py-0.3.4.ebuild | 4 ++-- dev-python/ws4py/ws4py-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild index fabf578..1b69f7b 100644 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ # pypy is viable but better with a cutdown set of deps EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE="threads?" inherit distutils-r1 diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild index 7b17719..187f0d7 100644 --- a/dev-python/ws4py/ws4py-9999.ebuild +++ b/dev-python/ws4py/ws4py-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ # pypy is viable but better with a cutdown set of deps EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE="threads?" inherit distutils-r1