unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74923] [PATCH 0/2] gnu: stargate: Fix build.
@ 2024-12-17  8:16 Sughosha via Guix-patches via
  2024-12-17  8:19 ` [bug#74923] [PATCH 1/2] gnu: python-mido: " Sughosha via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2024-12-17  8:16 UTC (permalink / raw)
  To: 74923
  Cc: Sughosha, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, Tanguy Le Carrour, jgart

This patch series fixes building python-mido and python-pymarshal.

Sughosha (2):
  gnu: python-mido: Fix build.
  gnu: python-pymarshal: Fix build.

 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: c3290cee6add60b7e56f5f919d9498d78542790a
-- 
2.46.0





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

* [bug#74923] [PATCH 1/2] gnu: python-mido: Fix build.
  2024-12-17  8:16 [bug#74923] [PATCH 0/2] gnu: stargate: Fix build Sughosha via Guix-patches via
@ 2024-12-17  8:19 ` Sughosha via Guix-patches via
  2024-12-17  8:19   ` [bug#74923] [PATCH 2/2] gnu: python-pymarshal: " Sughosha via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2024-12-17  8:19 UTC (permalink / raw)
  To: 74923
  Cc: Sughosha, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, Tanguy Le Carrour, jgart

* gnu/packages/python-xyz.scm (python-mido)[native-inputs]: Add
python-setuptools and python-wheel.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index eea388ca89..9dc46634bb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -38355,7 +38355,7 @@ (define-public python-mido
                ;; TODO: After updating python-packaging, fix this.
                (delete 'sanity-check))))
     (propagated-inputs (list python-importlib-metadata python-packaging))
-    (native-inputs (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://mido.readthedocs.io/en/stable/")
     (synopsis "MIDI Objects for Python")
     (description "This library is for working with MIDI 1.0 ports, messages and

base-commit: c3290cee6add60b7e56f5f919d9498d78542790a
-- 
2.46.0





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

* [bug#74923] [PATCH 2/2] gnu: python-pymarshal: Fix build.
  2024-12-17  8:19 ` [bug#74923] [PATCH 1/2] gnu: python-mido: " Sughosha via Guix-patches via
@ 2024-12-17  8:19   ` Sughosha via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2024-12-17  8:19 UTC (permalink / raw)
  To: 74923
  Cc: Sughosha, Lars-Dominik Braun, Marius Bakke, Munyoki Kilyungi,
	Sharlatan Hellseher, Tanguy Le Carrour, jgart

* gnu/packages/python-xyz.scm (python-pymarshal)[native-inputs]: Add
python-setuptools and python-wheel.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9dc46634bb..07a5469f04 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4841,7 +4841,7 @@ (define-public python-pymarshal
      ;; "CovReportWarning: Failed to generate report: No data to report."
      (list #:tests? #f))
     (native-inputs
-     (list python-pytest python-pytest-cov))
+     (list python-pytest python-pytest-cov python-setuptools python-wheel))
     (propagated-inputs (list python-bson python-pyyaml))
     (home-page "https://gitlab.com/d3v-t00lz/pymarshal")
     (synopsis "Pythonic implementation of Golang struct (un)marshalling")
-- 
2.46.0





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

end of thread, other threads:[~2024-12-17  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17  8:16 [bug#74923] [PATCH 0/2] gnu: stargate: Fix build Sughosha via Guix-patches via
2024-12-17  8:19 ` [bug#74923] [PATCH 1/2] gnu: python-mido: " Sughosha via Guix-patches via
2024-12-17  8:19   ` [bug#74923] [PATCH 2/2] gnu: python-pymarshal: " Sughosha 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).