From patchwork Sun May 28 08:07:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hilton Chain X-Patchwork-Id: 1536 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8053127BBE9; Sun, 28 May 2023 09:09:13 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,FROM_SUSPICIOUS_NTLD,MAILING_LIST_MULTI,PDS_OTHER_BAD_TLD, SPF_HELO_PASS,URIBL_BLOCKED,URI_HEX autolearn=no autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 3315427BBE2 for ; Sun, 28 May 2023 09:09:12 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q3BSZ-0006k9-6m; Sun, 28 May 2023 04:09:04 -0400 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 1q3BSY-0006jz-8E for guix-patches@gnu.org; Sun, 28 May 2023 04:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1q3BSX-00057d-WF for guix-patches@gnu.org; Sun, 28 May 2023 04:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1q3BSX-00052A-RA for guix-patches@gnu.org; Sun, 28 May 2023 04:09:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#63765] [PATCH 0/8] gnu: python-lief: Update to 0.13.0. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 28 May 2023 08:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 63765 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 63765@debbugs.gnu.org Cc: Hilton Chain X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.168526128719278 (code B ref -1); Sun, 28 May 2023 08:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 May 2023 08:08:07 +0000 Received: from localhost ([127.0.0.1]:53166 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3BRe-00050s-Ln for submit@debbugs.gnu.org; Sun, 28 May 2023 04:08:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:60302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3BRc-00050j-9d for submit@debbugs.gnu.org; Sun, 28 May 2023 04:08:04 -0400 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 1q3BRb-0006dO-TB for guix-patches@gnu.org; Sun, 28 May 2023 04:08:04 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q3BRa-00054r-58 for guix-patches@gnu.org; Sun, 28 May 2023 04:08:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1685261144; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=IsYcT8jq0YZbQyfICAuequw36kikiDdO1LEnsDlsOJo=; b=Bwzz6vO0i3QNu34UtZN8XZ62GlnMDELOuPIL77/m7z+ecU/l1iF0pUijn7plHFt+h7OI9h Nnr6X0FLQVp3K7LyT/ybryimCPFeCgGWvKAyoqwq30ZKqDxH4uHnWIa5UCO/Mzmog/OIo+ NA9nuLJkERoj429Jqr1FGwB0ILEEpaXP5g3sG94QJEComPltNEvKNaOtpeuXW7CPktlQXd kVtCXBAXPqsHRHFD9kZDv8efc+yzvFVuC8pcWiPX4IK4hatNFeHnNXxd2UbCEeVSWNmXvp hs6aDCUe6S16jJR7NiaOH71SG1y98bzASTrGkxrDEku51lA97U12qfEWAY5W1A== Date: Sun, 28 May 2023 16:07:36 +0800 Message-Id: <20230528080735.23733-1-hako@ultrarare.space> MIME-Version: 1.0 X-Spamd-Bar: ++++ Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URI_HEX=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Reply-to: Hilton Chain X-ACL-Warn: , Hilton Chain via Guix-patches X-Patchwork-Original-From: Hilton Chain via Guix-patches via From: Hilton Chain Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches This patchset updates python-lief to 0.13.0 and unbundles its 3rd-party dependencies. 1. Update details: In previous version of python-lief, only Python bindings are installed. This time its SDK is built and installed to "out" output, while Python bindings to a new output, "python". It would be better to rename the package to "lief" and move it out of python-xyz.scm later, but at the moment I'm not sure where to put it. 2. Unbundle details: Dependencies remain bundled: * tcb-span-d6c6e30.zip (https://github.com/tcbrindle/span) * leaf-1.81.0.zip (https://github.com/boostorg/leaf) The two above are single-file headers and I'm currently failed to unbundle them. * Melkor_ELF_Fuzzer-ac2495b.zip This one is from a fork and I can't find the source. * Catch2-2.13.8.zip This one is used for testing and there's no option to unbundle it. utfcpp and mbedtls-apache are updated for cmake files. mbedtls-apache 3.X is needed so the previously packaged one (2.28.X, LTS version) is renamed to mbedtls-apache-lts. Hilton Chain (8): gnu: Add ftest-for-utfcpp. gnu: utfcpp: Update to 3.2.3. gnu: mbedtls-apache: Rename package to mbedtls-apache-lts. gnu: mbedtls-apache-for-hiawatha: Use inherited source. gnu: mbedtls-apache-lts: Update to 2.28.3. gnu: Add mbedtls-apache, version 3.4.0. gnu: Add frozen. gnu: python-lief: Update to 0.13.0. gnu/packages/cpp.scm | 23 ++++++++ gnu/packages/emulators.scm | 2 +- gnu/packages/game-development.scm | 2 +- gnu/packages/hardware.scm | 4 +- gnu/packages/haxe.scm | 6 +- gnu/packages/irc.scm | 2 +- gnu/packages/julia-jll.scm | 2 +- gnu/packages/julia.scm | 2 +- gnu/packages/linphone.scm | 2 +- gnu/packages/linux.scm | 2 +- gnu/packages/networking.scm | 2 +- gnu/packages/python-xyz.scm | 96 ++++++++++++++++++++++++++----- gnu/packages/search.scm | 2 +- gnu/packages/textutils.scm | 34 ++++++----- gnu/packages/tls.scm | 50 +++++++--------- gnu/packages/video.scm | 2 +- 16 files changed, 160 insertions(+), 73 deletions(-) base-commit: b96b82bcd4bc24529941ff74a91432481f1a71b5 --- 2.40.1