[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70416] [PATCH 0/9] Remove uneeded python-pylint package in native-i
From: |
Nicolas Graves |
Subject: |
[bug#70416] [PATCH 0/9] Remove uneeded python-pylint package in native-inputs. |
Date: |
Tue, 16 Apr 2024 14:44:44 +0200 |
Linters are often not really needed as native-inputs, as they are
often used for development but don't actually test package
functionality. Removing them when trivial is useful to lift some
unrequired dependencies, and slim a tiny bit the complexity of the
package graph.
This patch series will trigger a lot of rebuilds, so it should go to
the right branch (wip-python ?).
Nicolas Graves (9):
gnu: python-fastjsonschema: Remove python-pylint native-input.
gnu: python-trio: Remove python-pylint native-input.
gnu: python-halo: Remove python-pylint native-input.
gnu: python-log-symbols: Remove python-pylint native-input.
gnu: python-spinners: Remove python-pylint native-input.
gnu: tuir: Remove python-pylint native-input.
gnu: rtv: Remove python-pylint native-input.
gnu: python-clingraph: Remove python-pylint native-input.
gnu: python-mediapy: Remove python-pylint native-input.
gnu/packages/potassco.scm | 2 +-
gnu/packages/python-xyz.scm | 3 ---
gnu/packages/syndication.scm | 2 --
gnu/packages/terminals.scm | 7 +++----
4 files changed, 4 insertions(+), 10 deletions(-)
--
2.41.0
- [bug#70416] [PATCH 0/9] Remove uneeded python-pylint package in native-inputs.,
Nicolas Graves <=
- [bug#70416] [PATCH 1/9] gnu: python-fastjsonschema: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 6/9] gnu: tuir: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 8/9] gnu: python-clingraph: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 3/9] gnu: python-halo: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 5/9] gnu: python-spinners: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 9/9] gnu: python-mediapy: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 4/9] gnu: python-log-symbols: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 2/9] gnu: python-trio: Remove python-pylint native-input., Nicolas Graves, 2024/04/16
- [bug#70416] [PATCH 7/9] gnu: rtv: Remove python-pylint native-input., Nicolas Graves, 2024/04/16