unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67798] [PATCH] gnu: Add python-find_libpython.
@ 2023-12-12 16:34 Cayetano Santos via Guix-patches via
  2024-03-29  9:06 ` bug#67798: 67798@debbugs.gnu.org Cayetano Santos via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-12-12 16:34 UTC (permalink / raw)
  To: 67798; +Cc: Cayetano Santos

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67798: 67798@debbugs.gnu.org
  2023-12-12 16:34 [bug#67798] [PATCH] gnu: Add python-find_libpython Cayetano Santos via Guix-patches via
@ 2024-03-29  9:06 ` Cayetano Santos via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2024-03-29  9:06 UTC (permalink / raw)
  To: 67798-done


Submitted a new patch #70067




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-29  9:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-12 16:34 [bug#67798] [PATCH] gnu: Add python-find_libpython Cayetano Santos via Guix-patches via
2024-03-29  9:06 ` bug#67798: 67798@debbugs.gnu.org Cayetano Santos via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).