dev-python/slackclient: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:55 +0000 (17:15 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:15:55 +0000 (17:15 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/slackclient/slackclient-1.1.0.ebuild
dev-python/slackclient/slackclient-1.2.0.ebuild

index 4595dd047eecddfd404f29cbfa8623c9d67f76ac..d75a30baf8cb76ae551501e815a95fdba9f6193e 100644 (file)
@@ -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"
index e5eadfd28be9292dff218c9cfa4dc8b97f717388..d950596436349e02d38238bdc30b69d0b2e10176 100644 (file)
@@ -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"