From: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
To: 74763@debbugs.gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [bug#74763] [PATCH] gnu: Add python-hdlmake.
Date: Tue, 10 Dec 2024 11:41:08 +0100 [thread overview]
Message-ID: <0b1319ee05bc8e954cdefc620a88f2e879e58310.1733827268.git.csantosb@inventati.org> (raw)
* 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
reply other threads:[~2024-12-10 10:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0b1319ee05bc8e954cdefc620a88f2e879e58310.1733827268.git.csantosb@inventati.org \
--to=guix-patches@gnu.org \
--cc=74763@debbugs.gnu.org \
--cc=csantosb@inventati.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).