From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1.migadu.com ([2001:41d0:1008:1e59::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id gFA3IBaMeGXcqQAAkFu2QA (envelope-from ) for ; Tue, 12 Dec 2023 17:36:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1.migadu.com with LMTPS id AFeIGxaMeGUqUwEA62LTzQ (envelope-from ) for ; Tue, 12 Dec 2023 17:36:38 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=YCz+cD6h; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702398998; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=JuakBSFeT6F0P6bXw3joGnIE/pwJvgY5Wq6BQluwBZs=; b=PXY3VICOQjA/a42cbz0grsVBWriPoH/Pig/XikAVEHhimp/lacLAYxP1gdg1tRr2hq2FFI ZC1rijnLWk2xiB9QsJQJRwrsRnmNLeDMBiAMWPg7vpKAXlv63eC4sPXaiTKxFPVjjFHhRH lMAqPfXZsHN2XXlWILIqnvjosqiykTOiWdQyxI/w/gQusWIe8g69O8H4+qAWBBGMUddccV ty2rm5OjoGKdbKN8i7Ddl32MhlZcbRsv0TdNWz02KchzNEATTI/dEOxVNZhgTn9YpAKOCq 7I+hhdlp5Bzw2TuB7/UaKPtRfP3VKVTRVRDT1WUj/kx+CYaZYs6IYAz5jUhpjA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=YCz+cD6h; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702398998; a=rsa-sha256; cv=none; b=ho0exSZz+tWW7EIAB1BnE4EUawKlLao4zkx3hHxJflOgsY0+NXG/RcLqLlVZ/1tAYm/k5E 22LVWFVaS6G8DnYIDjVVMFvhMrNovgb3PDbsnHxx5D/kAeWh8UNY58B7dxDIT8lnqBo7PM vn/avweyouUmJgv0ttwR1kc9FMu3+zWNSb6DYxIT65yR9aZp+stYzNW+m1YmmucFCJqhnU 9JGr0CPf4yTpIeq1UvJyXrCC+cSn1gPVhozprLcBKNpPIqsGtQp6H2I1adDKmlwiNAdPHJ VAyeKJEB+jMtCLAg5fL7Kp2Ru1WhDExv/TRg4gChHzDBWHrs2yKz0mFSZ+wsEQ== 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 EEA575B55F for ; Tue, 12 Dec 2023 17:36:37 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rD5jb-00043t-K8; Tue, 12 Dec 2023 11:35:51 -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 1rD5jZ-0003ot-2i for guix-patches@gnu.org; Tue, 12 Dec 2023 11:35:49 -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 1rD5jY-00017M-PE for guix-patches@gnu.org; Tue, 12 Dec 2023 11:35:48 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rD5jm-0001sA-N0 for guix-patches@gnu.org; Tue, 12 Dec 2023 11:36:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67798] [PATCH] gnu: Add python-find_libpython. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Dec 2023 16:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67798 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67798@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17023989557182 (code B ref -1); Tue, 12 Dec 2023 16:36:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Dec 2023 16:35:55 +0000 Received: from localhost ([127.0.0.1]:57321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rD5jf-0001rm-76 for submit@debbugs.gnu.org; Tue, 12 Dec 2023 11:35:55 -0500 Received: from lists.gnu.org ([2001:470:142::17]:45624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rD5jd-0001rX-Mk for submit@debbugs.gnu.org; Tue, 12 Dec 2023 11:35:54 -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 1rD5jA-0002Mr-8P for guix-patches@gnu.org; Tue, 12 Dec 2023 11:35:28 -0500 Received: from devianza.investici.org ([2c0f:f930:0:4::108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rD5j6-00009L-02 for guix-patches@gnu.org; Tue, 12 Dec 2023 11:35:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1702398909; bh=JuakBSFeT6F0P6bXw3joGnIE/pwJvgY5Wq6BQluwBZs=; h=From:To:Cc:Subject:Date:From; b=YCz+cD6hryEnsZ/FZaCsd9LucxdQ8GLUCK/zRYNdkZOFhG2fJBOqEvrXo+dN0MmgY w8dthCfrPjJZDaNeR1ueQ7Shb380Q7mX0VOHldV4g578sbZeTl36fevVDzhAOyGCBH o4rEoqeAUDgefwYON8+X3yca6epS1RLZrwyVlqT4= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4SqPNY6r4fz6vLW; Tue, 12 Dec 2023 16:35:09 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4SqPNY5fbjz6vKx; Tue, 12 Dec 2023 16:35:09 +0000 (UTC) Date: Tue, 12 Dec 2023 17:34:41 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2c0f:f930:0:4::108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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: Cayetano Santos X-ACL-Warn: , Cayetano Santos via Guix-patches From: Cayetano Santos via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.38 X-Spam-Score: -6.38 X-Migadu-Queue-Id: EEA575B55F X-Migadu-Scanner: mx10.migadu.com X-TUID: LEmlS3dFr6GP * gnu/packages/python-xyz.scm (python-find_libpython): New variable. Signed-off-by: Cayetano Santos --- gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 86f8d81689..2eecb7c55b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19672,6 +19672,28 @@ (define-public python-libcst-minimal (arguments '(#:tests? #f)) (native-inputs '())))) +(define-public python-find_libpython + (package + (name "python-find_libpython") + (version "0.3.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ktbarrett/find_libpython") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1d7y9srf5j8g34azf0j1jnnrn5al55cnzb4kkx2l1q8hys0l040c")))) + (build-system python-build-system) + (home-page "https://github.com/ktbarrett/find_libpython") + (synopsis + "Locate libpython associated with this Python executable") + (description + "The library is designed to find the path to the libpython dynamic library for the current Python environment.") + (license license:expat))) + (define-public python-typing-inspect (package (name "python-typing-inspect") base-commit: 17b407ccb673020bfd923e0b5814574f9567383d -- 2.41.0