GNU bug report logs -
#70855
[PATCH 00/92] python-team patches
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Thu, 9 May 2024 22:51:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #146 received at 70855 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/music.scm (abjad-ext-nauert): Update to 3.19.
[native-inputs]: Remove all native-inputs except lilypond and
python-pytest.
Change-Id: I593fa8e8f3af25cfdd0d8bc476d8c37245f23c33
---
gnu/packages/music.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index eb2fc5edf0a..37fe94b56de 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1743,7 +1743,7 @@ (define-public abjad-ext-rmakers
(define-public abjad-ext-nauert
(package
(name "abjad-ext-nauert")
- (version "3.4")
+ (version "3.19")
(source
(origin
(method git-fetch)
@@ -1752,20 +1752,10 @@ (define-public abjad-ext-nauert
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "05hr2lr6myzi493k8vc19cqzraxxnbdwlckwbnras19l5g5ns38x"))))
+ (base32 "0j4pf4h27jm3df0dn2rwkdx6zqcxvr7pqchbaa9rffz7q4hbakmf"))))
(build-system pyproject-build-system)
(native-inputs
- (list lilypond
- python-black
- python-flake8
- python-iniconfig
- python-isort
- python-mypy
- python-pytest
- python-pytest-cov
- python-pytest-helpers-namespace
- python-sphinx-autodoc-typehints))
+ (list lilypond python-pytest))
(propagated-inputs
(list abjad))
(home-page "https://abjad.github.io")
--
2.41.0
This bug report was last modified 1 year ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.