commit: 10596bfe2f001cbea67d5cdfe3725b9e6d626c8b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 18 03:15:02 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Mar 18 03:15:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10596bfe
dev-python/pydotplus: updated PYTHON_COMPAT 3_6,3_7
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pydotplus/pydotplus-2.0.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index 50f99069f..afe343d8f 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
inherit distutils-r1