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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: bug#75033: closed (Re: [PATCH] gnu: python-pypandoc: Fix build.)
Date: Mon, 23 Dec 2024 17:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75033: [PATCH] gnu: python-pypandoc: 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 75033 <at> debbugs.gnu.org.

-- 
75033: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75033
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 75033-done <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: Re: [PATCH] gnu: python-pypandoc: Fix build.
Date: Mon, 23 Dec 2024 11:02:36 -0600
Hi all,

I applied this.

Hi Aaron,

Yes, I think we are moving to the pyproject-build-system.

That documentation should probably be updated.

I'll try to take a look or feel free to update it and Cc the python
team for review.

-- 
all the best,
jgart

https://whereis.social/

[Message part 3 (message/rfc822, inline)]
From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: guix-patches <at> gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH] gnu: python-pypandoc: Fix build.
Date: Sun, 22 Dec 2024 14:16:27 -0500
* 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




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.