GNU bug report logs - #75908
[PATCH] gnu: mcomix: Update to 3.1.0, fix build.

Previous Next

Package: guix-patches;

Reported by: KURASHIKI Satoru <lurdan <at> gmail.com>

Date: Tue, 28 Jan 2025 13:58:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

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 75908 in the body.
You can then email your comments to 75908 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 help-debbugs <at> gnu.org:
bug#75908; Package debbugs.gnu.org. (Tue, 28 Jan 2025 13:58:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to KURASHIKI Satoru <lurdan <at> gmail.com>:
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Tue, 28 Jan 2025 13:58:01 GMT) Full text and rfc822 format available.

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

From: KURASHIKI Satoru <lurdan <at> gmail.com>
Subject: [PATCH] gnu: mcomix: Update to 3.1.0, fix build.
Date: Tue, 28 Jan 2025 18:19:42 +0900
* gnu/packages/image-viewers.scm (mcomix): Update to 3.1.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-wheel.

Change-Id: I9f43c7e1c8d95d75d3ce6e7242cd63541c895b33
---
 gnu/packages/image-viewers.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 477caafd4e..898d33e0e2 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -57,6 +57,7 @@ (define-module (gnu packages image-viewers)
   #:use-module (guix build-system go)
   #:use-module (guix build-system meson)
   #:use-module (guix build-system python)
+  #:use-module (guix build-system pyproject)
   #:use-module (guix build-system qt)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages algebra)
@@ -98,6 +99,7 @@ (define-module (gnu packages image-viewers)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages profiling)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-check)
   #:use-module (gnu packages python-compression)
   #:use-module (gnu packages python-crypto)
@@ -673,7 +675,7 @@ (define-public luminance-hdr
 (define-public mcomix
   (package
     (name "mcomix")
-    (version "2.0.2")
+    (version "3.1.0")
     (source
      (origin
        (method url-fetch)
@@ -681,17 +683,19 @@ (define-public mcomix
                            "mcomix-" version ".tar.gz"))
        (sha256
         (base32
-         "0n0akk3njsm0paqxfbxqycwhwy6smjg0rhlcz5r7r82n7rqx0f7g"))))
-    (build-system python-build-system)
+         "09y4nhlcqvvhz0wscx4zpqxmyhiwh8wrjnhk52awxhzvgyx6wa7r"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-wheel))
     (inputs
      (list p7zip python python-pillow python-pygobject python-pycairo gtk+))
     (arguments
      (list
-      #:imported-modules `(,@%python-build-system-modules
+      #:imported-modules `(,@%pyproject-build-system-modules
                            (guix build glib-or-gtk-build-system))
-      #:modules '((guix build python-build-system)
+      #:modules '((guix build pyproject-build-system)
                   ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
                   (guix build utils))
+      #:tests? #f
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'patch-source
-- 
2.47.1





bug reassigned from package 'debbugs.gnu.org' to 'guix-patches'. Request was from Michael Albinus <michael.albinus <at> gmx.de> to control <at> debbugs.gnu.org. (Tue, 28 Jan 2025 15:41:01 GMT) Full text and rfc822 format available.

Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 02 Feb 2025 06:36:02 GMT) Full text and rfc822 format available.

Notification sent to KURASHIKI Satoru <lurdan <at> gmail.com>:
bug acknowledged by developer. (Sun, 02 Feb 2025 06:36:02 GMT) Full text and rfc822 format available.

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

From: 宋文武 <iyzsong <at> envs.net>
To: KURASHIKI Satoru <lurdan <at> gmail.com>
Cc: 75908-done <at> debbugs.gnu.org
Subject: Re: bug#75908: [PATCH] gnu: mcomix: Update to 3.1.0, fix build.
Date: Sun, 02 Feb 2025 14:38:49 +0800
KURASHIKI Satoru <lurdan <at> gmail.com> writes:

> * gnu/packages/image-viewers.scm (mcomix): Update to 3.1.0.
> [build-system]: Switch to pyproject-build-system.
> [native-inputs]: Add python-wheel.

Pushed to master, thank you!




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

This bug report was last modified 11 days ago.

Previous Next


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