commit:     c0e95531e367eb647adec78b7f50d158764c8034
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Sep 10 08:12:55 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 08:12:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0e95531

dev-python/pydotplus: updted EAPI and Python compatibility (#671)

Package-Manager: portage-2.3.0

 dev-python/pydotplus/pydotplus-2.0.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild 
b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index 3a9d159..d1edc85 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
@@ -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=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -24,6 +24,6 @@ RDEPEND="
        dev-python/pyparsing[${PYTHON_USEDEP}]
        "
 
-src_test() {
-       ${PYTHON} -m unittest discover || die
+python_test() {
+       ${EPYTHON} -m unittest discover || die
 }

Reply via email to