From unknown Sun Aug 10 16:45:09 2025 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) From: Cayetano Santos 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-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 From unknown Sun Aug 10 16:45:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Cayetano Santos Subject: bug#67798: closed (67798@debbugs.gnu.org) Message-ID: References: <871q7t5rvl.fsf@inventati.org> X-Gnu-PR-Message: they-closed 67798 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 67798@debbugs.gnu.org Date: Fri, 29 Mar 2024 09:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1711703222-6794-1" This is a multi-part message in MIME format... ------------=_1711703222-6794-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #67798: [PATCH] gnu: Add python-find_libpython. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 67798@debbugs.gnu.org. --=20 67798: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D67798 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1711703222-6794-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 67798-done) by debbugs.gnu.org; 29 Mar 2024 09:06:49 +0000 Received: from localhost ([127.0.0.1]:41708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rq8CH-0001kR-3D for submit@debbugs.gnu.org; Fri, 29 Mar 2024 05:06:49 -0400 Received: from devianza.investici.org ([198.167.222.108]:53613) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rq8C9-0001jg-S9 for 67798-done@debbugs.gnu.org; Fri, 29 Mar 2024 05:06:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1711703199; bh=t2D5XU2OnPwIKSbiSkTq5bEKLoXJ0pkNOg1sd3O5244=; h=From:To:Subject:Date:From; b=CUsBlKyXcVG3VC7zVIU2b21VP1pnmbyiWe6/R9PJnmo14j5NAkQwQqMu3lBiHZFow B+pD5Rp8xa31Ed5tom++K0lP90qiPy7pdZU3/hqPaPxLuEicPjHPaBRK2YUHUMiJez VkC5N4NvqgJkpC2h37grEp46fGuQ16cRU/iWQ4bo= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4V5ZKC132Fz6vQl for <67798-done@debbugs.gnu.org>; Fri, 29 Mar 2024 09:06:39 +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 4V5ZKB6zq0z6vQf for <67798-done@debbugs.gnu.org>; Fri, 29 Mar 2024 09:06:38 +0000 (UTC) From: Cayetano Santos To: 67798-done@debbugs.gnu.org Subject: 67798@debbugs.gnu.org User-Agent: mu4e 1.12.2; emacs 29.1 Date: Fri, 29 Mar 2024 10:06:38 +0100 Message-ID: <871q7t5rvl.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 67798-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Submitted a new patch #70067 ------------=_1711703222-6794-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-find_libpython. 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-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * 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 ------------=_1711703222-6794-1--