diff options
author | Jeffrey Lin <jeffrey@icurse.nl> | 2020-02-22 22:37:51 -0500 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-05 21:47:15 +0200 |
commit | 19744f19c5d667caa692882f171f64fb8fdeb9fb (patch) | |
tree | 870bd21ee509f4041414f1a45ce1cab0129c3ab2 /net-libs/stem | |
parent | app-leechcraft/lc-bittorrent: update geoip dep, bump EAPI (diff) | |
download | gentoo-19744f19c5d667caa692882f171f64fb8fdeb9fb.tar.gz gentoo-19744f19c5d667caa692882f171f64fb8fdeb9fb.tar.bz2 gentoo-19744f19c5d667caa692882f171f64fb8fdeb9fb.zip |
net-libs/stem: EAPI 7; add pypy3 support
Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
Closes: https://github.com/gentoo/gentoo/pull/14745
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r-- | net-libs/stem/stem-1.8.0-r1.ebuild (renamed from net-libs/stem/stem-1.8.0.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-libs/stem/stem-1.8.0.ebuild b/net-libs/stem/stem-1.8.0-r1.ebuild index 95d26e15939c..d24b6703b468 100644 --- a/net-libs/stem/stem-1.8.0.ebuild +++ b/net-libs/stem/stem-1.8.0-r1.ebuild @@ -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" |