summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-09 22:46:49 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-10 00:07:40 -0500
commit8d07787138e6448368757d2a4de7a450a13416e3 (patch)
treeebe305e741502172d060be933aad2b1298457b3b /dev-python/joblib
parentdev-python/sortedcollections: add py37 support (diff)
downloadgentoo-8d07787138e6448368757d2a4de7a450a13416e3.tar.gz
gentoo-8d07787138e6448368757d2a4de7a450a13416e3.tar.bz2
gentoo-8d07787138e6448368757d2a4de7a450a13416e3.zip
dev-python/joblib: add py37 support to 0.12.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/joblib')
-rw-r--r--dev-python/joblib/joblib-0.12.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/joblib/joblib-0.12.2.ebuild b/dev-python/joblib/joblib-0.12.2.ebuild
index 855daa0c1103..be9f3eecd0e6 100644
--- a/dev-python/joblib/joblib-0.12.2.ebuild
+++ b/dev-python/joblib/joblib-0.12.2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
inherit distutils-r1