GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/music.scm (abjad-ext-ipython):
[arguments]<#:phases>: Remove unwanted dev dependencies in phase
losen-requirements.
[native-inputs]: Remove python-black, python-flake8, python-isort,
python-mypy, python-pytest-cov, python-iniconfig,
python-pytest-helpers-namespace.
[propagated-inputs]: Remove python-sphinx-autodoc-typehints.
Change-Id: Id337da7731bc04d69831096b31f52e0e4c6a13c0
---
gnu/packages/music.scm | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index fb9ff038de5..b87e6390f90 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1790,7 +1790,9 @@ (define-public abjad-ext-ipython
(substitute* "setup.py"
;; Don't require a specific version of abjad.
(("abjad==")
- "abjad>="))))
+ "abjad>=")
+ ;; XXX: Remove unwanted dev dependencies.
+ (("\"(black|flake8|isort|mypy|pytest)[^,]*,") ""))))
(replace 'check
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
(when tests?
@@ -1800,17 +1802,9 @@ (define-public abjad-ext-ipython
(invoke "jupyter" "nbconvert" "--to=html"
"--ExecutePreprocessor.enabled=True" "tests/test.ipynb")))))))
(native-inputs
- (list lilypond
- python-black
- python-flake8
- python-iniconfig
- python-isort
- python-mypy
- python-pytest
- python-pytest-cov
- python-pytest-helpers-namespace))
+ (list lilypond python-pytest))
(propagated-inputs
- (list abjad jupyter python-sphinx-autodoc-typehints))
+ (list abjad jupyter))
(home-page "https://abjad.github.io")
(synopsis "Abjad IPython Extension")
(description
--
2.41.0
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.