guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: Add rust-py-spy-testdata-0.1.


From: guix-commits
Subject: 20/21: gnu: Add rust-py-spy-testdata-0.1.
Date: Wed, 18 Dec 2024 13:52:10 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 75f0d317745a30e99dda11b3c40c12bdf5b8ec1d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Dec 11 10:49:10 2024 +0900

    gnu: Add rust-py-spy-testdata-0.1.
    
    * gnu/packages/rust-apps.scm (rust-py-spy-testdata-0.1): New variable.
    
    Change-Id: Ic7aff58e69e84c28f967d935c409e2981fdf6f1e
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/rust-apps.scm | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index f8cdf5cfe4..75d2128f76 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.ccom>
 ;;; Copyright © 2021, 2022 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro>
-;;; Copyright © 2021, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2021, 2023, 2024 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
 ;;; Copyright © 2021 Nicolas Graves <ngraves@ngraves.fr>
@@ -2124,6 +2124,24 @@ container management applications.")
 decompressing files and directories.")
     (license license:expat)))
 
+(define-public rust-py-spy-testdata-0.1
+  (hidden-package                       ; Uninteresting for users.
+   (package
+     (name "rust-py-spy-testdata")
+     (version "0.1.0")
+     (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "py-spy-testdata" version))
+        (file-name (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32 "18d880f2rjdd42828srh97vpvlrs9pg23j28gphw9qd2w3bp128q"))))
+     (build-system cargo-build-system)
+     (home-page "https://github.com/benfred/py-spy-testdata";)
+     (synopsis "Python coredumps for testing py-spy")
+     (description "This package provides Python coredumps for testing py-spy.")
+     (license license:expat))))
+
 (define-public ripgrep
   (package
     (name "ripgrep")



reply via email to

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