From: David Seifert Date: Sat, 28 Dec 2019 16:15:55 +0000 (+0100) Subject: dev-python/slackclient: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17690100d92d65dc62a8a3925c9b9858a605ce19;p=gentoo.git dev-python/slackclient: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- 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"