GNU bug report logs - #62884
[PATCH] gnu: Add python-extract-dtb.

Previous Next

Package: guix-patches;

Reported by: 路辉 <luhux76 <at> gmail.com>

Date: Sun, 16 Apr 2023 13:48:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 路辉 <luhux76 <at> gmail.com>
Subject: bug#62884: closed ([PATCH] gnu: Add python-extract-dtb.)
Date: Tue, 25 Feb 2025 11:53:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62884: [PATCH] gnu: Add python-extract-dtb.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62884 <at> debbugs.gnu.org.

-- 
62884: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62884
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62884-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-extract-dtb.
Date: Tue, 25 Feb 2025 12:51:29 +0100
Hello,

Applied, with a tweak to description. Thank you.

Regards.
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: 路辉 <luhux76 <at> gmail.com>
To: guix-patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add python-extract-dtb.
Date: Sun, 16 Apr 2023 21:46:59 +0800
From d75988c92da663715069fb660afb70333349551e Mon Sep 17 00:00:00 2001
From: LuHui <luhux76 <at> gmail.com>
Date: Sun, 16 Apr 2023 21:43:44 +0800
Subject: [PATCH] gnu: Add python-extract-dtb.

* gnu/packages/python-xyz.scm (python-extract-dtb): New variable.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0147870b06..887646e04f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -135,6 +135,7 @@
 ;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
 ;;; Copyright © 2023 Amade Nemes <nemesamade <at> gmail.com>
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
+;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3624,6 +3625,23 @@ (define-public python-extras
      "Extras is a set of extensions to the Python standard library.")
     (license license:expat)))

+(define-public python-extract-dtb
+  (package
+    (name "python-extract-dtb")
+    (version "1.2.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "extract-dtb" version))
+              (sha256
+               (base32
+                "1a7rfvwisgri8b00pch6d9pfrl8s93w8g09yzxf4xh0qvmsxmh43"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/PabloCastellano/extract-dtb/")
+    (synopsis "Extract device tree blobs (dtb) from kernel images")
+    (description "Tool to split a kernel image with appended dtbs into
+separated kernel and dtb files.")
+    (license license:gpl3+)))
+
 (define-public python-mimeparse
   (package
     (name "python-mimeparse")
-- 
2.35.7



This bug report was last modified 140 days ago.

Previous Next


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