GNU bug report logs - #75033
[PATCH] gnu: python-pypandoc: Fix build.

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sun, 22 Dec 2024 19:18:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Cc: tanguy <at> bioneland.org, me <at> bonfacemunyoki.com, lars <at> 6xq.net, jgart <at> dismail.de, marius <at> gnu.org, 75033 <at> debbugs.gnu.org
Subject: [bug#75033] [PATCH] gnu: python-pypandoc: Fix build.
Date: Sun, 22 Dec 2024 19:21:42 +0000
[Message part 1 (text/plain, inline)]
Hi,

Please do not revert to the python build system, just add
missing inputs - python-setuptools and python-wheel.

Check similar cases on the master branch.

Thanks,
Oleg

On Sun, 22 Dec 2024, 19:18 Aaron Covrig, <aaron.covrig.us <at> ieee.org> wrote:

> * gnu/packages/python-xyz.scm (python-pypandoc): Fix build
> ---
>  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 7cf44d6b6b..217cb93fe7 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -33714,7 +33714,7 @@ (define-public python-pypandoc
>         (uri (pypi-uri "pypandoc" version))
>         (sha256
>          (base32 "15x161bxr7hky7rvq0jlgf1kxg6vdf069487casmpyxry7slak3b"))))
> -    (build-system pyproject-build-system)
> +    (build-system python-build-system)
>      (arguments
>       `(#:phases (modify-phases %standard-phases
>                    (add-before 'check 'disable-tests
>
> base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
> --
> 2.46.0
>
>
>
>
[Message part 2 (text/html, inline)]

This bug report was last modified 152 days ago.

Previous Next


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