diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:55 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:15:55 +0100 |
commit | 17690100d92d65dc62a8a3925c9b9858a605ce19 (patch) | |
tree | 356e789438192fa764d88df8b4a5d011ae2ee5b7 /dev-python/slackclient | |
parent | dev-python/simpy: Remove Py2 (diff) | |
download | gentoo-17690100d92d65dc62a8a3925c9b9858a605ce19.tar.gz gentoo-17690100d92d65dc62a8a3925c9b9858a605ce19.tar.bz2 gentoo-17690100d92d65dc62a8a3925c9b9858a605ce19.zip |
dev-python/slackclient: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/slackclient')
-rw-r--r-- | dev-python/slackclient/slackclient-1.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/slackclient/slackclient-1.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/slackclient/slackclient-1.1.0.ebuild b/dev-python/slackclient/slackclient-1.1.0.ebuild index 4595dd047eec..d75a30baf8cb 100644 --- a/dev-python/slackclient/slackclient-1.1.0.ebuild +++ b/dev-python/slackclient/slackclient-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python3_5 ) inherit distutils-r1 DESCRIPTION="Client for Slack supporting the Slack Web and Real Time Messaging API" diff --git a/dev-python/slackclient/slackclient-1.2.0.ebuild b/dev-python/slackclient/slackclient-1.2.0.ebuild index e5eadfd28be9..d95059643634 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 +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Client for Slack supporting the Slack Web and Real Time Messaging API" |