summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 19:51:16 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 20:09:19 +0200
commitdf8e141cf39897de4379fed9d47e5a4e1fc94c62 (patch)
tree9e3af0e362b9d18d7107e8e0b30ff0984b5ab5c0 /dev-python/slackclient
parentdev-python/ryu: Support python3.6 (diff)
downloadgentoo-df8e141cf39897de4379fed9d47e5a4e1fc94c62.tar.gz
gentoo-df8e141cf39897de4379fed9d47e5a4e1fc94c62.tar.bz2
gentoo-df8e141cf39897de4379fed9d47e5a4e1fc94c62.zip
dev-python/slackclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/slackclient')
-rw-r--r--dev-python/slackclient/slackclient-1.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/slackclient/slackclient-1.2.0.ebuild b/dev-python/slackclient/slackclient-1.2.0.ebuild
index 728b06056bd2..e5eadfd28be9 100644
--- a/dev-python/slackclient/slackclient-1.2.0.ebuild
+++ b/dev-python/slackclient/slackclient-1.2.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Client for Slack supporting the Slack Web and Real Time Messaging API"