net-libs/stem: EAPI 7; add pypy3 support
authorJeffrey Lin <jeffrey@icurse.nl>
Sun, 23 Feb 2020 03:37:51 +0000 (22:37 -0500)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Apr 2020 19:47:15 +0000 (21:47 +0200)
Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/14745
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/stem/stem-1.8.0-r1.ebuild [moved from net-libs/stem/stem-1.8.0.ebuild with 93% similarity]

similarity index 93%
rename from net-libs/stem/stem-1.8.0.ebuild
rename to net-libs/stem/stem-1.8.0-r1.ebuild
index 95d26e15939cf101126879b2b0ce892473110cf5..d24b6703b46883ae87ec9a7988379bfe8c1048d9 100644 (file)
@@ -1,10 +1,11 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=(python{3_6,3_7})
+EAPI=7
+PYTHON_COMPAT=(python3_{6,7,8} pypy3)
+DISTUTILS_USE_SETUPTOOLS=no
 
-inherit vcs-snapshot distutils-r1
+inherit distutils-r1
 
 DESCRIPTION="Stem is a Python controller library for Tor"
 HOMEPAGE="https://stem.torproject.org"