mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/unicorn: enable py3.8; add pypi remote-id
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">unicorn-engine/unicorn</remote-id>
|
||||
<remote-id type="pypi">unicorn</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -7,7 +7,7 @@ MY_PV=${PV/_/-}
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
DISTUTILS_OPTIONAL=1
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit cmake distutils-r1
|
||||
|
||||
DESCRIPTION="A lightweight multi-platform, multi-architecture CPU emulator framework"
|
||||
@@ -39,7 +39,7 @@ UNICORN_TARGETS="x86 arm aarch64 riscv mips sparc m68k ppc s390x"
|
||||
wrap_python() {
|
||||
if use python; then
|
||||
# src_prepare
|
||||
# do not compile C extensions
|
||||
# Do not compile C extensions
|
||||
export LIBUNICORN_PATH=1
|
||||
|
||||
pushd bindings/python >/dev/null || die
|
||||
|
||||
Reference in New Issue
Block a user