[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70858] [PATCH 32/32] gnu: abjad-ext-ipython: Remove uneeded inputs.
From: |
Nicolas Graves |
Subject: |
[bug#70858] [PATCH 32/32] gnu: abjad-ext-ipython: Remove uneeded inputs. |
Date: |
Fri, 10 May 2024 09:55:36 +0200 |
* 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 5420a140657..45daa9438ae 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
- [bug#70858] [PATCH 25/32] gnu: python-dateutil: Remove python-pytest-cov native-input., (continued)
- [bug#70858] [PATCH 25/32] gnu: python-dateutil: Remove python-pytest-cov native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 23/32] gnu: python-tinycss2: Remove python-pytest-cov native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 31/32] gnu: python-linear-operator: Remove python-flake8-print native-input, Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 30/32] build-system/pyproject: Stop hiding options., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 18/32] build-system/pyproject: Remove python-mypy native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 11/32] build-system/pyproject: Remove python-coveralls native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 13/32] gnu: python-versioneer: Remove python-pycodestyle native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 12/32] build-system/pyproject: Remove python-pycodestyle native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 24/32] gnu: python-django-contact-form: Remove python-pytest-cov native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 22/32] build-system/pyproject: Remove python-pytest-cov native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 32/32] gnu: abjad-ext-ipython: Remove uneeded inputs.,
Nicolas Graves <=
- [bug#70858] [PATCH 28/32] build-system/pyproject: Remove python-pytest-flake8 native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 02/32] build-system/pyproject: Ignore unwanted pytest flags., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 05/32] build-system/pyproject: Remove python-flake8 inputs., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 07/32] gnu: python-cram: Remove python-coverage native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 06/32] build-system/pyproject: Remove python-coverage input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 19/32] gnu: python-immutables: Remove python-mypy native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 26/32] build-system/pyproject: Remove python-pytest-isort native-input., Nicolas Graves, 2024/05/10
- [bug#70858] [PATCH 29/32] build-system/pyproject: Remove python-pytest-mypy inputs., Nicolas Graves, 2024/05/10