commit: 4a234555bf52526861116d4fade7ad578bdef0d1 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Fri Nov 6 09:40:22 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> CommitDate: Fri Nov 6 09:40:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a234555
dev-python/arrayfire-python: Add python3.5 support Package-Manager: portage-2.2.20.1 dev-python/arrayfire-python/ChangeLog | 4 ++++ dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild | 2 +- dev-python/arrayfire-python/arrayfire-python-9999.ebuild | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/arrayfire-python/ChangeLog b/dev-python/arrayfire-python/ChangeLog index 94eafd2..59cd8c2 100644 --- a/dev-python/arrayfire-python/ChangeLog +++ b/dev-python/arrayfire-python/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 06 Nov 2015; Marius Brehler <[email protected]> + arrayfire-python-3.0.20150914.ebuild, arrayfire-python-9999.ebuild: + dev-python/arrayfire-python: Add python3.5 support + *arrayfire-python-3.0.20150914 (16 Sep 2015) *arrayfire-python-9999 (16 Sep 2015) diff --git a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild b/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild index c4d561b..659b7bb 100644 --- a/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-3.0.20150914.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 diff --git a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild index c4d561b..659b7bb 100644 --- a/dev-python/arrayfire-python/arrayfire-python-9999.ebuild +++ b/dev-python/arrayfire-python/arrayfire-python-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1
