summaryrefslogtreecommitdiff
path: root/gnu/packages/fpga.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-05-08 14:49:32 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-12 21:51:27 +0900
commit554c227a8ff8213c60438c878f723c066f26532b (patch)
tree02cb123708ebdc60623e6366fc43031f54354ed8 /gnu/packages/fpga.scm
parent3f955bd24354b38ebb990bd61ed894b6816fea2c (diff)
gnu: python-hdlmake: Update to 3.3-1.9338e3e and enable tests.
* gnu/packages/fpga.scm (python-hdlmake): Update to 3.3-1.9338e3e. [source]: Update URL. [arguments] <#:tests?>: Delete. [native-inputs]: Add python-pytest. [home-page]: Update URL. Change-Id: Ied124a3ceb22be427c5255b5d139f5f63031e260 Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu/packages/fpga.scm')
-rw-r--r--gnu/packages/fpga.scm18
1 files changed, 10 insertions, 8 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 7472e94388..c93e2f9779 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -773,8 +773,8 @@ to an FPGA.")
(license license:asl2.0)))
(define-public python-hdlmake
- (let ((commit "3cb248fdad601c579b59fd7c194402871209bc54")
- (revision "0"))
+ (let ((commit "9338e3e7a8784e63d16496a3fa8234d9e5aa7621")
+ (revision "1"))
(package
(name "python-hdlmake")
(version (git-version "3.3" revision commit))
@@ -782,17 +782,19 @@ to an FPGA.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://ohwr.org/project/hdl-make")
+ (url "https://gitlab.com/ohwr/project/hdl-make/")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "08ivnhxyp44agmifqb4pjbxj23p43qqcg73s2y2z1hqk2six3fdx"))))
+ (base32 "13d0zvpch0k758r2c2vq3vhd9nbydy01jnv2ddfvb6d3xpb4wzrj"))))
(build-system pyproject-build-system)
- (arguments
- `(#:tests? #f))
- (native-inputs (list python-setuptools python-wheel))
+ (arguments (list #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'chdir
+ (lambda _
+ (chdir "testsuite"))))))
+ (native-inputs (list python-pytest python-setuptools python-wheel))
(propagated-inputs (list python-six))
- (home-page "https://ohwr.org/projects/hdl-make")
+ (home-page "https://gitlab.com/ohwr/project/hdl-make/")
(synopsis "Generate multi-purpose makefiles for HDL projects")
(description
"Hdlmake helps manage and share @acronym{HDL, hardware description