mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
6de50b049c
commit
19744f19c5
@@ -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"
|
||||
Reference in New Issue
Block a user