mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/adblock: enable py3.15
Only enabling to serve as a quick test for maturin w/ 3.15. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=maturin
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
PYTHON_COMPAT=( python3_{11..15} )
|
||||
inherit cargo distutils-r1
|
||||
|
||||
DESCRIPTION="Python wrapper for Brave's adblocking library, which is written in Rust"
|
||||
|
||||
Reference in New Issue
Block a user