[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: abjad-ext-rmakers: Simplify package.
From: |
guix-commits |
Subject: |
10/10: gnu: abjad-ext-rmakers: Simplify package. |
Date: |
Sun, 11 Feb 2024 16:04:39 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit ab3da80ae1bf0aad93775105811b2d1ceb9b705f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Feb 11 21:01:25 2024 +0000
gnu: abjad-ext-rmakers: Simplify package.
* gnu/packages/music.scm (abjad-ext-rmakers) [build-system]: Swap to
pyproject-build-system.
[arguments]: Use standard 'check phase.
Change-Id: Ic2591fbe35d7479e120048d334cc202a5e1c9243
---
gnu/packages/music.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index a1a3909630..6b218376b7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1673,15 +1673,7 @@ typographic detail of symbols on the page.")
(sha256
(base32
"0wma9vzn42h1rhbzh2dwjsrzjhsi1yqdgn6wx1dfk78vaki6prd8"))))
- (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" ".")
- #t))))))
+ (build-system pyproject-build-system)
(native-inputs
(list lilypond
python-black
- branch master updated (4bab3a2602 -> ab3da80ae1), guix-commits, 2024/02/11
- 02/10: gnu: python-beartype: Simplify package., guix-commits, 2024/02/11
- 04/10: gnu: python-pyinstrument: Update to 4.6.2., guix-commits, 2024/02/11
- 06/10: gnu: python-pytest-socket: Simplify package, enable tests., guix-commits, 2024/02/11
- 01/10: gnu: Add python-pandas-vet., guix-commits, 2024/02/11
- 10/10: gnu: abjad-ext-rmakers: Simplify package.,
guix-commits <=
- 08/10: gnu: abjad-ext-nauert: Simplify package., guix-commits, 2024/02/11
- 05/10: gnu: python-pyinstrument: Enable tests., guix-commits, 2024/02/11
- 03/10: gnu: python-pytest-csv: Simplify package., guix-commits, 2024/02/11
- 07/10: gnu: abjad-ext-nauert: Fix build., guix-commits, 2024/02/11
- 09/10: gnu: abjad-ext-rmakers: Fix build., guix-commits, 2024/02/11