emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67798: closed ([PATCH] gnu: Add python-find_libpython.)


From: GNU bug Tracking System
Subject: bug#67798: closed ([PATCH] gnu: Add python-find_libpython.)
Date: Fri, 29 Mar 2024 09:07:02 +0000

Your message dated Fri, 29 Mar 2024 10:06:38 +0100
with message-id <871q7t5rvl.fsf@inventati.org>
and subject line 67798@debbugs.gnu.org
has caused the debbugs.gnu.org bug report #67798,
regarding [PATCH] gnu: Add python-find_libpython.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67798: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67798
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@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




--- End Message ---
--- Begin Message --- Subject: address@hidden Date: Fri, 29 Mar 2024 10:06:38 +0100 User-agent: mu4e 1.12.2; emacs 29.1
Submitted a new patch #70067


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]