From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 64EFC158091 for ; Mon, 16 May 2022 05:26:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D58E0809; Mon, 16 May 2022 05:26:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61B82E0809 for ; Mon, 16 May 2022 05:26:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A3DD341830 for ; Mon, 16 May 2022 05:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B716646A for ; Mon, 16 May 2022 05:26:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652678502.c81dca32a29749266dd6e06ce4946fa9aef95cea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/unicorn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/unicorn/metadata.xml dev-util/unicorn/unicorn-2.0.0_rc7.ebuild X-VCS-Directories: dev-util/unicorn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c81dca32a29749266dd6e06ce4946fa9aef95cea X-VCS-Branch: master Date: Mon, 16 May 2022 05:26:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f55f00c-12b0-4c1a-8042-4fa76e75b1b2 X-Archives-Hash: 6d76b1100670a0fa338fd9e45599549c commit: c81dca32a29749266dd6e06ce4946fa9aef95cea Author: Sam James gentoo org> AuthorDate: Mon May 16 05:21:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 16 05:21:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81dca32 dev-util/unicorn: enable py3.8; add pypi remote-id Signed-off-by: Sam James gentoo.org> dev-util/unicorn/metadata.xml | 1 + dev-util/unicorn/unicorn-2.0.0_rc7.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/unicorn/metadata.xml b/dev-util/unicorn/metadata.xml index ce9705eab55c..0585a8a2d9d3 100644 --- a/dev-util/unicorn/metadata.xml +++ b/dev-util/unicorn/metadata.xml @@ -11,5 +11,6 @@ unicorn-engine/unicorn + unicorn diff --git a/dev-util/unicorn/unicorn-2.0.0_rc7.ebuild b/dev-util/unicorn/unicorn-2.0.0_rc7.ebuild index 01c1ff6ba6bf..8b343753397d 100644 --- a/dev-util/unicorn/unicorn-2.0.0_rc7.ebuild +++ b/dev-util/unicorn/unicorn-2.0.0_rc7.ebuild @@ -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