GNU bug report logs - #75853
[PATCH] gnu: python-pods: Fix build.

Previous Next

Package: guix-patches;

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

Date: Sun, 26 Jan 2025 10:09:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#75853: closed (Re: [bug#75853] [PATCH] gnu: python-pods: Fix
 build.)
Date: Mon, 27 Jan 2025 12:23:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75853: [PATCH] gnu: python-pods: Fix build.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75853 <at> debbugs.gnu.org.

-- 
75853: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75853
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Felix Gruber <felgru <at> posteo.net>
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Lars-Dominik Braun <lars <at> 6xq.net>,
 jgart <jgart <at> dismail.de>, Marius Bakke <marius <at> gnu.org>,
 Tanguy Le Carrour <tanguy <at> bioneland.org>, 75853-done <at> debbugs.gnu.org
Subject: Re: [bug#75853] [PATCH] gnu: python-pods: Fix build.
Date: Mon, 27 Jan 2025 20:22:26 +0800
[Message part 3 (text/plain, inline)]
Felix Gruber <felgru <at> posteo.net> writes:

> * gnu/packages/python-science.scm (python-pods): Fix build.
> [native-inputs]: Add python-setuptools and python-wheel.
>
> Change-Id: I758d7a45e8e7baf436abe3c0b2ad92241c0bab48
> ---
>  gnu/packages/python-science.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
> index f5ac8eb03e..86fb4c00df 100644
> --- a/gnu/packages/python-science.scm
> +++ b/gnu/packages/python-science.scm
> @@ -3431,6 +3431,7 @@ (define-public python-pods
>      (arguments (list #:tests? #f))      ;no test suite
>      (propagated-inputs (list python-pandas python-pyyaml python-scipy
>                               python-tables))
> +    (native-inputs (list python-setuptools python-wheel))
>      (home-page "https://github.com/lawrennd/ods")
>      (synopsis "Python software for Open Data Science")
>      (description "This package provides utilities and tools for open data
>
> base-commit: a895cc4c5bdb5d4bf8383077ef587ac18d069d7d
> prerequisite-patch-id: 7c588e62245dcf0d0b302ba7081cea9bdf68fd57
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: python-pods: Fix build.
Date: Sun, 26 Jan 2025 10:07:16 +0000
* gnu/packages/python-science.scm (python-pods): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I758d7a45e8e7baf436abe3c0b2ad92241c0bab48
---
 gnu/packages/python-science.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index f5ac8eb03e..86fb4c00df 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3431,6 +3431,7 @@ (define-public python-pods
     (arguments (list #:tests? #f))      ;no test suite
     (propagated-inputs (list python-pandas python-pyyaml python-scipy
                              python-tables))
+    (native-inputs (list python-setuptools python-wheel))
     (home-page "https://github.com/lawrennd/ods")
     (synopsis "Python software for Open Data Science")
     (description "This package provides utilities and tools for open data

base-commit: a895cc4c5bdb5d4bf8383077ef587ac18d069d7d
prerequisite-patch-id: 7c588e62245dcf0d0b302ba7081cea9bdf68fd57
-- 
2.47.1




This bug report was last modified 169 days ago.

Previous Next


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