unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70739] [PATCH 001/714] gnu: python-transient: Remove python-black native-input.
@ 2024-05-03 16:55 Nicolas Graves via Guix-patches via
  2024-05-03 16:55 ` [bug#70736] [PATCH 002/714] gnu: python-ovh: " Nicolas Graves via Guix-patches via
                   ` (98 more replies)
  0 siblings, 99 replies; 100+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-05-03 16:55 UTC (permalink / raw)
  To: 70739; +Cc: ngraves

* gnu/packages/virtualization.scm (python-transient):
  [native-inputs]: Remove python-black.

Change-Id: Id965a243ebf42ad249e63e9ad6f4fb22e39c3876
---
 gnu/packages/virtualization.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index f366388623..1bfa31b7d3 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2777,7 +2777,7 @@ (define-public python-transient
            python-requests
            python-toml))
     (native-inputs
-     (list python-black python-mypy python-pyhamcrest python-twine))
+     (list python-mypy python-pyhamcrest python-twine))
     (home-page "https://github.com/ALSchwalm/transient")
     (synopsis "QEMU Wrapper written in Python")
     (description
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 100+ messages in thread

end of thread, other threads:[~2024-05-03 18:28 UTC | newest]

Thread overview: 100+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-03 16:55 [bug#70739] [PATCH 001/714] gnu: python-transient: Remove python-black native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70736] [PATCH 002/714] gnu: python-ovh: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70737] [PATCH 003/714] gnu: python-funsor: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70738] [PATCH 004/714] gnu: python-imbalanced-learn: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70740] [PATCH 005/714] gnu: python-hyperopt: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70741] [PATCH 006/714] gnu: python-captum: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70742] [PATCH 007/714] gnu: python-pyro-ppl: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70743] [PATCH 008/714] gnu: python-trezor: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70747] [PATCH 009/714] gnu: python-openai: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70744] [PATCH 010/714] gnu: python-starsessions-for-pytorch-lightning: Remove python-black Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70745] [PATCH 011/714] gnu: python-graphtools: Remove python-black native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70746] [PATCH 012/714] gnu: python-jupytext: Improve package style Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70748] [PATCH 013/714] gnu: python-pydantic-cli: Remove python-black native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70749] [PATCH 014/714] gnu: python-imageio: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70750] [PATCH 015/714] gnu: python-isort: Improve package style Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70751] [PATCH 016/714] gnu: python-imageio: Remove python-black native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70753] [PATCH 017/714] gnu: python-minikanren: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70754] [PATCH 018/714] gnu: python-eliot: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70755] [PATCH 019/714] gnu: python-update-checker: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70756] [PATCH 020/714] gnu: python-doubletdetection: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70757] [PATCH 021/714] gnu: python-liana-py: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70758] [PATCH 022/714] gnu: scvelo: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 023/714] gnu: python-black: Improve package style Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 024/714] gnu: calibre: Remove python-flake8 native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 025/714] gnu: mdpo: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 026/714] gnu: python-apprise: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 027/714] gnu: python-colorful: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 028/714] gnu: python-pymd4c: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 029/714] gnu: python-pyls-black: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 030/714] gnu: python-pypugjs: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 031/714] gnu: python-docx: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 032/714] gnu: python-importlib-resources: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 033/714] gnu: python-jaraco-test: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 034/714] gnu: python-seaborn: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 035/714] gnu: python-progressbar2: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 036/714] gnu: python-codespell: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 037/714] gnu: python-inflect: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 038/714] gnu: python-argcomplete: Remove python-mypy native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 039/714] gnu: python-diff-cover: Remove python-flake8 native-input Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 040/714] gnu: python-validators: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 041/714] gnu: python-marshmallow: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 042/714] gnu: python-marshmallow-jsonapi: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 043/714] gnu: python-crds: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 044/714] gnu: python-doubletdetection: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 045/714] gnu: python-biom-format: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 046/714] gnu: scvelo: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 047/714] gnu: python-docker-pycreds: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 048/714] gnu: python-scikit-rf: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 049/714] gnu: python-mt-940: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 050/714] gnu: python-geopy: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 051/714] gnu: python-pygsp: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 052/714] gnu: python-uqbar: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 053/714] gnu: python-funsor: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 054/714] gnu: python-imbalanced-learn: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 055/714] gnu: python-captum: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 056/714] gnu: python-pyro-api: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 057/714] gnu: python-pyro-ppl: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 058/714] gnu: python-linear-operator: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 059/714] gnu: python-gpytorch: " Nicolas Graves via Guix-patches via
2024-05-03 16:55 ` [bug#70739] [PATCH 060/714] gnu: python-mutagen: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 061/714] gnu: python-pure-protobuf: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 062/714] gnu: python-ovh: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 063/714] gnu: python-furl: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 064/714] gnu: python-httplib2: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 065/714] gnu: python-http-ece: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 066/714] gnu: python-woob: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 067/714] gnu: python-starsessions-for-pytorch-lightning: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 068/714] gnu: python-apispec: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 069/714] gnu: python-apispec-webframeworks: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 070/714] gnu: python-flasgger: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 071/714] gnu: python-yq: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 072/714] gnu: python-update-checker: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 073/714] gnu: python-eliot: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 074/714] gnu: python-dateparser: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 075/714] gnu: python-versioneer: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 076/714] gnu: python-jinja2-cli: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 077/714] gnu: nikola: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 078/714] gnu: python-verspec: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 079/714] gnu: python-mike: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 080/714] gnu: python-arpeggio: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 081/714] gnu: python-dolfin-adjoint: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 082/714] gnu: python-statsmodels: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 083/714] gnu: python-panflute: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 084/714] gnu: sshuttle: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 085/714] gnu: qtile: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 086/714] gnu: python-http-ece: Update to 1.2.0 Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 087/714] gnu: python-androguard: Remove python-coverage native-input Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 088/714] gnu: python-astropy: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 089/714] gnu: python-poliastro: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 090/714] gnu: python-ega-download-client: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 091/714] gnu: python-scikit-bio: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 092/714] gnu: python-cooler: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 093/714] gnu: u-boot-tools: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 094/714] gnu: python-pytest-randomly: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 095/714] gnu: python-pytest-flakes: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 096/714] gnu: python-aiounittest: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 097/714] gnu: python-aiosqlite: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 098/714] gnu: reprotest: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 099/714] gnu: python-django-localflavor: " Nicolas Graves via Guix-patches via
2024-05-03 16:56 ` [bug#70739] [PATCH 100/714] gnu: python-django-haystack: " Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).