GNU bug report logs - #74923
[PATCH 0/2] gnu: stargate: Fix build.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Tue, 17 Dec 2024 08:19:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74923 in the body.
You can then email your comments to 74923 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#74923; Package guix-patches. (Tue, 17 Dec 2024 08:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org. (Tue, 17 Dec 2024 08:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 0/2] gnu: stargate: Fix build.
Date: Tue, 17 Dec 2024 13:46:57 +0530
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





Information forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#74923; Package guix-patches. (Tue, 17 Dec 2024 08:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 74923 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 74923 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 2/2] gnu: python-pymarshal: Fix build.
Date: Tue, 17 Dec 2024 13:49:54 +0530
* 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





Information forwarded to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, sharlatanus <at> gmail.com, tanguy <at> bioneland.org, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#74923; Package guix-patches. (Tue, 17 Dec 2024 08:21:02 GMT) Full text and rfc822 format available.

Message #11 received at 74923 <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: 74923 <at> debbugs.gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH 1/2] gnu: python-mido: Fix build.
Date: Tue, 17 Dec 2024 13:49:53 +0530
* 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





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Tue, 17 Dec 2024 21:00:02 GMT) Full text and rfc822 format available.

Notification sent to Sughosha <sughosha <at> disroot.org>:
bug acknowledged by developer. (Tue, 17 Dec 2024 21:00:03 GMT) Full text and rfc822 format available.

Message #16 received at 74923-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 74923-done <at> debbugs.gnu.org
Subject: [PATCH 0/2] gnu: stargate: Fix build.
Date: Tue, 17 Dec 2024 20:58:40 +0000
[Message part 1 (text/plain, inline)]
Hi,

Pushed as

185c32511a * master gnu: python-pymarshal: Fix build.
ed5f50122f * gnu: python-mido: Fix build.

to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 Jan 2025 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 154 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.