guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: abjad-ext-nauert: Simplify package.


From: guix-commits
Subject: 08/10: gnu: abjad-ext-nauert: Simplify package.
Date: Sun, 11 Feb 2024 16:04:37 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 70a43b328fce5525c05994d81c3cae95cba3926b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Feb 11 13:38:01 2024 +0000

    gnu: abjad-ext-nauert: Simplify package.
    
    * gnu/packages/music.scm (abjad-ext-nauert) [build-system]: Swap to
    pyproject-build-system.
    [arguments]: Use standard 'check phase.
    
    Change-Id: Ica32dd692964d200a81628e82a8333656dc10170
---
 gnu/packages/music.scm | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 576710e995..2e570c903f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -52,7 +52,7 @@
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2023 Antero Mejr <antero@mailbox.org>
-;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2023, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1715,15 +1715,7 @@ and manipulating rhythms such as accelerandi, taleas, 
and more.")
        (sha256
         (base32
          "05hr2lr6myzi493k8vc19cqzraxxnbdwlckwbnras19l5g5ns38x"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "python" "-m" "pytest" "tests")
-               #t))))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list lilypond
            python-black



reply via email to

[Prev in Thread] Current Thread [Next in Thread]