From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id eLk6AqcyymVdyAAAe85BDQ:P1 (envelope-from ) for ; Mon, 12 Feb 2024 16:00:55 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id eLk6AqcyymVdyAAAe85BDQ (envelope-from ) for ; Mon, 12 Feb 2024 16:00:55 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=soeren-tempel.net header.s=opensmtpd header.b=Qg+eIa85; dmarc=fail reason="SPF not aligned (relaxed)" header.from=soeren-tempel.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1707750055; a=rsa-sha256; cv=none; b=ZPrsagVlsk5LJI2vRd3HemNPonyemWyw/qakjU0RZsDKfQOrQ+zIVqCAgbdtjNxYT8Tdy5 wZKpo4L3Zegwd0H7pTa4OsIlb2fMX8ACuCPeCecm1ugYycKNInrQBrjbL16zYYWbD3zDCR zqi7gPqnxx1If39z260EefwZvZAIy1ggW2XslilOu5HZxdeimldOl57/kGO401uH3d+FAx WBJYMEt1OtykcwQqiCqdStw1yIr1uSKEtgmG3p4Cduv1TAyu/1kowNLi5TdTo9iKwEdSlW +Ez0ofU5dfA3W+MPSzUCDhAgqJz57OoCYkdWvgL9Esr8VcCFbrRohDJZ4MEyIQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=soeren-tempel.net header.s=opensmtpd header.b=Qg+eIa85; dmarc=fail reason="SPF not aligned (relaxed)" header.from=soeren-tempel.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1707750055; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=nVSElXQcMf5kPVOBPAqmLecF+Y7ljWQCOn1uSSFndeY=; b=N2n4+8EwqHygRWsjNedIhAScO6jLOLQlryHUT/BgkF9iISlASQQ0d4SM7REhXcMJtca/ro 6unBeUl35eXXrq3JD1E0i2wVzM9CJgRoMJVeXlDET01S7ntetBLeztKzVs3olVpCWjgNCG RH2iTeUDUGKAPSGy/cHPRVhDXZ03yXEK9uMnSJhonmk9sQpOX5sejZ9tdMNgCIG/kktUBv cYAN7o38OQKBDEtp2K6t2r4ruVB+lIKu624WHpYJ+pK/s4rYDxY0l3ItR+n1NkbMCgoD7j HArISPdwzCawY/puT/0JvhC2ohcuynLcNSkvNpCCAnEO7u7PVfd41XqDgTOtuw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EC8046FAE6 for ; Mon, 12 Feb 2024 16:00:54 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rZXn3-00071z-Ef; Mon, 12 Feb 2024 10:00:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZXmx-0006zH-9f for guix-patches@gnu.org; Mon, 12 Feb 2024 10:00:09 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rZXmx-00044a-0t; Mon, 12 Feb 2024 10:00:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rZXn0-00070l-H7; Mon, 12 Feb 2024 10:00:10 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69074] [PATCH] gnu: Add python-archinfo. Resent-From: soeren@soeren-tempel.net Original-Sender: "Debbugs-submit" Resent-CC: lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com, sharlatanus@gmail.com, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 12 Feb 2024 15:00:10 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69074 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69074@debbugs.gnu.org Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , jgart X-Debbugs-Original-Xcc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , jgart Received: via spool by 69074-submit@debbugs.gnu.org id=B69074.170774996426167 (code B ref 69074); Mon, 12 Feb 2024 15:00:10 +0000 Received: (at 69074) by debbugs.gnu.org; 12 Feb 2024 14:59:24 +0000 Received: from localhost ([127.0.0.1]:35395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZXmG-0006no-5n for submit@debbugs.gnu.org; Mon, 12 Feb 2024 09:59:24 -0500 Received: from magnesium.8pit.net ([2001:19f0:6c01:4ae:5400:ff:fe66:af9d]:36117) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rZXm5-0006lY-Rv; Mon, 12 Feb 2024 09:59:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=opensmtpd; bh=iynVI4DlyH L13xe9XRk13R6/cam6WbLYrhaURz4cy6Y=; h=references:in-reply-to:date: subject:to:from; d=soeren-tempel.net; b=Qg+eIa85kLcM2HuDqc0rHbhfJim+fk ofcCBnSM0iplLyhJERXypvNXaMmts/4i7uMublzNksCSCPbxFUM628IXtR/k75Sam6Z7Z/ BwZD9gWgvyhBTNpLfp+vkk2qy4PPGBVTuwRDHAzmlZ/is+qybJHG0CQWUMNxXvE9t+RvB/ w= Received: from localhost (dynamic-2a02-3102-49da-001b-6371-147f-665b-ad6e.310.pool.telefonica.de [2a02:3102:49da:1b:6371:147f:665b:ad6e]) by magnesium.8pit.net (OpenSMTPD) with ESMTPSA id 1168b386 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:YES); Mon, 12 Feb 2024 15:58:50 +0100 (CET) From: soeren@soeren-tempel.net Date: Mon, 12 Feb 2024 15:58:23 +0100 Message-ID: X-Mailer: git-send-email 2.43.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Spam-Score: -4.58 X-Migadu-Queue-Id: EC8046FAE6 X-Migadu-Spam-Score: -4.58 X-TUID: U2bmwFQdhy88 From: Sören Tempel * gnu/packages/python-xyz.scm (python-archinfo): New variable. --- gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6c73948dd8..ba3e85fd2d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -189,6 +189,7 @@ (define-module (gnu packages python-xyz) #:use-module (gnu packages djvu) #:use-module (gnu packages docker) #:use-module (gnu packages documentation) + #:use-module (gnu packages engineering) #:use-module (gnu packages enchant) #:use-module (gnu packages file) #:use-module (gnu packages fonts) @@ -32303,6 +32304,32 @@ (define-public python-opcodes and BMI2).") (license license:bsd-2)))) +(define-public python-archinfo + (package + (name "python-archinfo") + (version "9.2.46") + (source + (origin + (method url-fetch) + (uri (pypi-uri "archinfo" version)) + (sha256 + (base32 "037xfq3wcf8ngayxz9623l4646m780v2102mfbygpzbkkjha1966")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-capstone python-keystone-engine)) + (arguments + `(#:phases (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (when tests? + (with-directory-excursion "tests" + (invoke "python" "-m" "unittest")))))))) + (home-page "https://github.com/angr/archinfo") + (synopsis "Extract architecture-specific information from binaries") + (description + "Collection of classes that contain architecture-specific information +information. Useful for cross-architecture tools (such as @code{python-pyvex}).") + (license license:bsd-2))) + (define-public python-claripy (package (name "python-claripy")