dev-python/algopy: Add py3.5 support

* EAPI=6
* Fix one error in testsuite by
  backporting upstream fix
  f563d86e72

Package-Manager: portage-2.3.0
This commit is contained in:
David Seifert
2016-09-05 10:08:49 +02:00
parent 10e3bb9d02
commit 37e723a40b
2 changed files with 33 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
@@ -24,6 +24,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
PATCHES=( "${FILESDIR}/${P}-fix-test-cast-ufunc.patch" )
python_test() {
${EPYTHON} run_tests.py || die