From unknown Fri Jun 20 07:19:51 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67798 <67798@debbugs.gnu.org> To: bug#67798 <67798@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add python-find_libpython. Reply-To: bug#67798 <67798@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:19:51 +0000 retitle 67798 [PATCH] gnu: Add python-find_libpython. reassign 67798 guix-patches submitter 67798 Cayetano Santos severity 67798 normal tag 67798 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 12 11:35:55 2023 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 29 05:06:49 2024 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 From unknown Fri Jun 20 07:19:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Apr 2024 11:26:23 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator