mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-python/cloudscraper: Add python 3.13, drop 3.11
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Part-of: https://github.com/gentoo/gentoo/pull/43733 Closes: https://github.com/gentoo/gentoo/pull/43733 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
804cd9c598
commit
60268d68cf
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
inherit distutils-r1 optfeature
|
||||
|
||||
@ -29,7 +29,6 @@ RDEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/js2py[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-forked[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
dev-python/responses[${PYTHON_USEDEP}]
|
||||
@ -50,6 +49,5 @@ distutils_enable_tests pytest
|
||||
pkg_postinst() {
|
||||
optfeature "brotli decompresssion support" "dev-python/brotlipy"
|
||||
|
||||
optfeature "js2py interpreter support" "dev-python/js2py"
|
||||
optfeature "node.js interpreter support" "net-libs/nodejs"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user