mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/pproxy: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/816345 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9} pypy3 )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{8..10} pypy3 )
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
@@ -21,7 +20,6 @@ KEYWORDS="~amd64 ~x86"
|
||||
|
||||
pkg_postinst() {
|
||||
optfeature "ssh tunnelling" ">=dev-python/asyncssh-2.5.0"
|
||||
optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2"
|
||||
optfeature "accelerated ciphers" ">=dev-python/uvloop-0.13.0"
|
||||
optfeature "accelerated ciphers" ">=dev-python/pycryptodome-3.7.2 >=dev-python/uvloop-0.13.0"
|
||||
optfeature "daemon" ">=dev-python/python-daemon-2.2.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user