[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/91: gnu: abjad-ext-rmakers: Update to 3.19.
From: |
guix-commits |
Subject: |
46/91: gnu: abjad-ext-rmakers: Update to 3.19. |
Date: |
Thu, 23 May 2024 17:17:33 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit a92e7265652aaf868b72a70a5e69950f418c7bbd
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:42 2024 +0200
gnu: abjad-ext-rmakers: Update to 3.19.
* gnu/packages/music.scm (abjad-ext-rmakers): Update to 3.19.
[native-inputs]: Remove all native-inputs except lilypond and
python-pytest.
Change-Id: I83f7d8c93d7f764ddc8416239873f4126fa66ce6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 b5895b9a49..eb2fc5edf0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1718,7 +1718,7 @@ typographic detail of symbols on the page.")
(define-public abjad-ext-rmakers
(package
(name "abjad-ext-rmakers")
- (version "3.4")
+ (version "3.19")
(source
(origin
(method git-fetch)
@@ -1727,20 +1727,10 @@ typographic detail of symbols on the page.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0wma9vzn42h1rhbzh2dwjsrzjhsi1yqdgn6wx1dfk78vaki6prd8"))))
+ (base32 "1y8s55b4mlsigm0xkk6qjpp08c75rv0swvjp0lj3cs6lgqdjxdjl"))))
(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")
- 39/91: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., (continued)
- 39/91: gnu: python-cucumber-tag-expressions: Move to pyproject-build-system., guix-commits, 2024/05/23
- 24/91: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/05/23
- 33/91: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/05/23
- 47/91: gnu: abjad-ext-nauert: Update to 3.19., guix-commits, 2024/05/23
- 22/91: gnu: conda: Reindent., guix-commits, 2024/05/23
- 25/91: gnu: gunicorn: Move to pyproject-build-system., guix-commits, 2024/05/23
- 30/91: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/05/23
- 44/91: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/05/23
- 41/91: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/05/23
- 21/91: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/05/23
- 46/91: gnu: abjad-ext-rmakers: Update to 3.19.,
guix-commits <=
- 50/91: gnu: python-cairosvg: Move to pyproject-build-system., guix-commits, 2024/05/23
- 56/91: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/05/23
- 66/91: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/05/23
- 63/91: gnu: python-autoflake: Update to 2.3.1., guix-commits, 2024/05/23
- 70/91: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/05/23
- 69/91: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/05/23
- 74/91: gnu: python-typeguard-4: Ignore failing tests., guix-commits, 2024/05/23
- 79/91: gnu: python-pytest-trio: Move to pyproject-build-system., guix-commits, 2024/05/23
- 76/91: gnu: python-funsor: Ignore flaky test., guix-commits, 2024/05/23
- 83/91: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/05/23