mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/cryptg: disable pypy3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Autogenerated by pycargoebuild 0.13.3
|
||||
@@ -8,7 +8,7 @@ EAPI=8
|
||||
CARGO_OPTIONAL=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_EXT=1
|
||||
PYTHON_COMPAT=( python3_{11..13} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{11..13} ) # needs pyo3 crate bump for pypy3_11
|
||||
|
||||
CRATES="
|
||||
aes@0.8.4
|
||||
|
||||
Reference in New Issue
Block a user