GNU bug report logs - #67798
[PATCH] gnu: Add python-find_libpython.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Tue, 12 Dec 2023 16:36:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67798 in the body.
You can then email your comments to 67798 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67798; Package guix-patches. (Tue, 12 Dec 2023 16:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 12 Dec 2023 16:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add python-find_libpython.
Date: Tue, 12 Dec 2023 17:34:41 +0100
* gnu/packages/python-xyz.scm (python-find_libpython): New variable.

Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
 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





Reply sent to Cayetano Santos <csantosb <at> inventati.org>:
You have taken responsibility. (Fri, 29 Mar 2024 09:07:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Fri, 29 Mar 2024 09:07:02 GMT) Full text and rfc822 format available.

Message #10 received at 67798-done <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 67798-done <at> debbugs.gnu.org
Subject: 67798 <at> debbugs.gnu.org
Date: Fri, 29 Mar 2024 10:06:38 +0100
Submitted a new patch #70067




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 26 Apr 2024 11:26:23 GMT) Full text and rfc822 format available.

This bug report was last modified 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.