GNU bug report logs - #74763
[PATCH] gnu: Add python-hdlmake.

Previous Next

Package: guix-patches;

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

Date: Tue, 10 Dec 2024 10:43:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#74763: closed (Re: [bug#74763] [PATCH] gnu: Add python-hdlmake.)
Date: Tue, 07 Jan 2025 18:04:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74763: [PATCH] gnu: Add python-hdlmake.

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 74763 <at> debbugs.gnu.org.

-- 
74763: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74763
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 74763-done <at> debbugs.gnu.org
Subject: Re: [bug#74763] [PATCH] gnu: Add python-hdlmake.
Date: Tue, 07 Jan 2025 19:03:25 +0100
[Message part 3 (text/plain, inline)]
Cayetano Santos <csantosb <at> inventati.org> skribis:

> * gnu/packages/fpga.scm (python-hdlmake): New variable.
>
> Change-Id: I4f19d2cceb7fe46bbc359f9bc5197ae3113bb3d7

Applied with the changes below, thanks!

[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 80d21bab08..c757353ac6 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -36,6 +36,7 @@ (define-module (gnu packages fpga)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system pyproject)
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages algebra)
@@ -66,6 +67,7 @@ (define-module (gnu packages fpga)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages readline)
@@ -764,9 +766,12 @@ (define-public python-hdlmake
       (build-system pyproject-build-system)
       (arguments
        `(#:tests? #f))
+      (native-inputs (list python-setuptools python-wheel))
       (propagated-inputs (list python-six))
       (home-page "https://ohwr.org/projects/hdl-make")
       (synopsis "Generate multi-purpose makefiles for HDL projects")
       (description
-       "Hdlmake helps to manage and share HDL code by automatically finding file dependencies, writing synthesis and simulation Makefiles.")
+       "Hdlmake helps manage and share @acronym{HDL, hardware description
+language} code by automatically finding file dependencies, writing synthesis
+and simulation Makefiles.")
       (license license:gpl3+))))
[Message part 5 (message/rfc822, inline)]
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-hdlmake.
Date: Tue, 10 Dec 2024 11:41:08 +0100
* gnu/packages/fpga.scm (python-hdlmake): New variable.

Change-Id: I4f19d2cceb7fe46bbc359f9bc5197ae3113bb3d7
---
 gnu/packages/fpga.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index e69169b980..234f19003f 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -635,3 +635,28 @@ (define-public openfpgaloader
 to an FPGA.")
     (home-page "https://trabucayre.github.io/openFPGALoader")
     (license license:asl2.0)))
+
+(define-public python-hdlmake
+  (let ((commit "3cb248fdad601c579b59fd7c194402871209bc54")
+        (revision "0"))
+    (package
+      (name "python-hdlmake")
+      (version (git-version "3.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://ohwr.org/project/hdl-make")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "08ivnhxyp44agmifqb4pjbxj23p43qqcg73s2y2z1hqk2six3fdx"))))
+      (build-system pyproject-build-system)
+      (arguments
+       `(#:tests? #f))
+      (propagated-inputs (list python-six))
+      (home-page "https://ohwr.org/projects/hdl-make")
+      (synopsis "Generate multi-purpose makefiles for HDL projects")
+      (description
+       "Hdlmake helps to manage and share HDL code by automatically finding file dependencies, writing synthesis and simulation Makefiles.")
+      (license license:gpl3+))))

base-commit: 93e1586116f39a30ba1fcb67bd839a43533dfaf4
-- 
2.46.0




This bug report was last modified 128 days ago.

Previous Next


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