GNU bug report logs - #75838
[PATCH 0/2] Fix python-pandapower and python-pandapipes

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 25 Jan 2025 19:34:01 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 75838 in the body.
You can then email your comments to 75838 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 guix-patches <at> gnu.org:
bug#75838; Package guix-patches. (Sat, 25 Jan 2025 19:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Felix Gruber <felgru <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 Jan 2025 19:34:01 GMT) Full text and rfc822 format available.

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

From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH 0/2] Fix python-pandapower and python-pandapipes
Date: Sat, 25 Jan 2025 19:32:26 +0000
This patchset adds missing setuptools and wheel dependencies to the
python-pandapower and python-pandapipes packages to make them build
again.

Felix Gruber (2):
  gnu: python-pandapower: Fix build.
  gnu: python-pandapipes: Fix build.

 gnu/packages/engineering.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


base-commit: a2041fe4687dc69f02188551679d4b10c0b0dcc8
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#75838; Package guix-patches. (Sat, 25 Jan 2025 19:36:02 GMT) Full text and rfc822 format available.

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

From: Felix Gruber <felgru <at> posteo.net>
To: 75838 <at> debbugs.gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH 1/2] gnu: python-pandapower: Fix build.
Date: Sat, 25 Jan 2025 19:34:47 +0000
* gnu/packages/engineering.scm (python-pandapower): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: If8c68146fe0bd93f904274221bce7e98229813fe
---
 gnu/packages/engineering.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5a93227e2a..7e15e831aa 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -35,7 +35,7 @@
 ;;; Copyright © 2022 Greg Hogan <code <at> greghogan.com>
 ;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
-;;; Copyright © 2022, 2023 Felix Gruber <felgru <at> posteo.net>
+;;; Copyright © 2022, 2023, 2025 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis <at> gmail.com>
 ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2023 pinoaffe <pinoaffe <at> gmail.com>
@@ -2717,7 +2717,11 @@ (define-public python-pandapower
        (sha256
         (base32 "139ahp08kci8asmv35bcibbnkfr5s1ff5j84n490s47ibsglk4yi"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pyproj python-pytest unzip))
+    (native-inputs (list python-pyproj
+                         python-pytest
+                         python-setuptools
+                         python-wheel
+                         unzip))
     (propagated-inputs (list python-deepdiff
                              python-geojson
                              python-networkx
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#75838; Package guix-patches. (Sat, 25 Jan 2025 19:36:03 GMT) Full text and rfc822 format available.

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

From: Felix Gruber <felgru <at> posteo.net>
To: 75838 <at> debbugs.gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH 2/2] gnu: python-pandapipes: Fix build.
Date: Sat, 25 Jan 2025 19:34:48 +0000
* gnu/packages/engineering.scm (python-pandapipes): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I8c1d24e678b41942fa8c8d81ec582de900caedc8
---
 gnu/packages/engineering.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 7e15e831aa..47ba393c47 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2758,6 +2758,8 @@ (define-public python-pandapipes
     (native-inputs (list python-nbmake
                          python-pytest
                          python-pytest-xdist
+                         python-setuptools
+                         python-wheel
                          unzip))
     (propagated-inputs (list python-matplotlib
                              python-pandapower
-- 
2.45.2





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Sat, 25 Jan 2025 22:37:02 GMT) Full text and rfc822 format available.

Notification sent to Felix Gruber <felgru <at> posteo.net>:
bug acknowledged by developer. (Sat, 25 Jan 2025 22:37:02 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75838-done <at> debbugs.gnu.org
Subject: [PATCH 0/2] Fix python-pandapower and python-pandapipes
Date: Sat, 25 Jan 2025 22:35:52 +0000
[Message part 1 (text/plain, inline)]
Hi,

--8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix build -P 1 python-pandapipes
guix build: computing dependents of package python-pandapipes <at> 0.11.0...
/gnu/store/y96a5iyz0ik3k40s53n0jcqynkxnydb2-python-pandapipes-0.11.0
[env: /gnu/store/qkhp11ij3racniwf8wfhala6ya4rf0nm-profile]
> ./pre-inst-env guix build -P 1 python-pandapower
guix build: computing dependents of package python-pandapower <at> 2.14.11...
/gnu/store/j97fs9mdrvkgxkqv5jkj033xv5jc8vd7-python-pandapower-2.14.11
/gnu/store/y96a5iyz0ik3k40s53n0jcqynkxnydb2-python-pandapipes-0.11.0
--8<---------------cut here---------------end--------------->8---

Pushed to maser as:
- 41a7e1ad8de * gnu: python-pandapipes: Fix build.
- 82ffd6f29fd * gnu: python-pandapower: Fix build.

--
Thanks,
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. (Sun, 23 Feb 2025 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 18 days ago.

Previous Next


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