[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/91: gnu: abjad: Update to 3.19.
From: |
guix-commits |
Subject: |
45/91: gnu: abjad: Update to 3.19. |
Date: |
Thu, 23 May 2024 17:17:32 -0400 (EDT) |
ngz pushed a commit to branch python-team
in repository guix.
commit f04b77388331c3be0dd2d5703f7c596208aaa9b9
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:41 2024 +0200
gnu: abjad: Update to 3.19.
* gnu/packages/music.scm (abjad): Update to 3.19.
[arguments]: Remove uneeded field.
[native-inputs]: Remove all native-inputs except python-pytest.
Change-Id: Iad5b855734650d15dd0a2a8db6312e8d9a3de24a
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/music.scm | 31 +++----------------------------
1 file changed, 3 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 38133cedc9..b5895b9a49 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1684,8 +1684,7 @@ listeners answer questions about music quickly and
simply.")
(define-public abjad
(package
(name "abjad")
- ;; XXX: The latest version which supports current Guix's Python 3.9.9.
- (version "3.4")
+ (version "3.19")
(source
(origin
(method git-fetch)
@@ -1694,36 +1693,12 @@ listeners answer questions about music quickly and
simply.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0s63vk9fifp0im9c31kb9ck39mbaxhrls993d8fvg0nkg41z1jnz"))))
+ (base32 "1cgcnmwzxx2hr21pqm1hbsknpad748yw3gf7jncsb3w1azhjypzm"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- ;; XXX. Permit newer version of uqbar, remove for >3.4. Remove in
- ;; the next update.
- (add-after 'unpack 'loosen-requirements
- (lambda _
- (substitute* "setup.py"
- ((", <0\\.5\\.0") ""))))
- ;; FIXME: Check why it's failing with this: Note: compilation failed
- ;; and \version outdated, did you update input syntax with
- ;; convert-ly?
- (add-before 'check 'disable-failing-tests
- (lambda _
- (substitute* "tests/test_ext_sphinx.py"
- (("def test_ext_sphinx_01") "def
__off_test_ext_sphinx_01")))))))
(inputs
(list lilypond))
(native-inputs
- (list python-flake8
- python-isort
- python-mypy
- python-pytest
- python-pytest-cov
- python-pytest-helpers-namespace
- python-six
- python-sphinx-autodoc-typehints))
+ (list python-pytest))
(propagated-inputs
(list python-quicktions
python-ply
- 27/91: gnu: dynaconf: Improve package style., (continued)
- 27/91: gnu: dynaconf: Improve package style., guix-commits, 2024/05/23
- 23/91: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/05/23
- 38/91: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/05/23
- 43/91: gnu: python-cbor: Update home-page., guix-commits, 2024/05/23
- 32/91: gnu: python-asdf-astropy: Fix build., guix-commits, 2024/05/23
- 54/91: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/05/23
- 29/91: gnu: python-pypujs: Improve package style., guix-commits, 2024/05/23
- 51/91: gnu: python-docspec-python: Move to pyproject-build-system., guix-commits, 2024/05/23
- 31/91: gnu: python-nbval: Move to pyproject-build-system., guix-commits, 2024/05/23
- 42/91: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/05/23
- 45/91: gnu: abjad: Update to 3.19.,
guix-commits <=
- 36/91: gnu: python-cbor2: Move to pyproject-build-system., guix-commits, 2024/05/23
- 26/91: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/05/23
- 57/91: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/05/23
- 59/91: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/05/23
- 61/91: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/05/23
- 65/91: gnu: python-shtab: Move to pyproject-build-system., guix-commits, 2024/05/23
- 64/91: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/05/23
- 60/91: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/05/23
- 62/91: gnu: python-apprise: Improve package style., guix-commits, 2024/05/23
- 77/91: gnu: borgmatic: Move to pyproject-build-system., guix-commits, 2024/05/23