GNU bug report logs - #38840
[PATCH] update python-py3status 3.21 to python-xyz.scm

Previous Next

Package: guix-patches;

Reported by: thierry <at> moncourriel.eu

Date: Tue, 31 Dec 2019 22:47:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <marius <at> gnu.org>

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 38840 in the body.
You can then email your comments to 38840 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#38840; Package guix-patches. (Tue, 31 Dec 2019 22:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to thierry <at> moncourriel.eu:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 31 Dec 2019 22:47:02 GMT) Full text and rfc822 format available.

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

From: thierry <at> moncourriel.eu
To: guix-patches <at> gnu.org
Subject: [PATCH] update python-py3status 3.21 to python-xyz.scm
Date: Tue, 31 Dec 2019 23:42:46 +0100
[Message part 1 (text/plain, inline)]

[0001-gnu-python-py3status-Update-file-dependency.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#38840; Package guix-patches. (Sun, 12 Jan 2020 21:14:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: thierry <at> moncourriel.eu, 38840 <at> debbugs.gnu.org
Subject: Re: [bug#38840] [PATCH] update python-py3status 3.21 to python-xyz.scm
Date: Sun, 12 Jan 2020 22:13:13 +0100
[Message part 1 (text/plain, inline)]
thierry <at> moncourriel.eu writes:

> From c759d206188cbabb17198614247dbbeb9d4803bf Mon Sep 17 00:00:00 2001
> From: Grillon <thierry <at> moncourriel.eu>
> Date: Tue, 31 Dec 2019 23:25:55 +0100
> Subject: [PATCH] gnu: python-py3status: Update file dependency
>
> * gnu/packages/python-xyz.scm (python-py3status): Update file as
> propagated dependecy

Thanks!  Do you know how "file" is used for py3status?  Ideally we would
patch all invokations of "file" so that it uses the absolute file name,
instead of propagating it, along these lines:

  (substitute* "foo.py"
    (("'file'") (string-append "'" (which "file") "'")))

Can you see if such an approach is feasible for python-py3status?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38840; Package guix-patches. (Fri, 20 Nov 2020 20:20:01 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: thierry <at> moncourriel.eu
Cc: 38840 <at> debbugs.gnu.org
Subject: Re: [bug#38840] [PATCH] update python-py3status 3.21 to python-xyz.scm
Date: Fri, 20 Nov 2020 20:19:18 +0000
[Message part 1 (text/plain, inline)]
Marius Bakke <mbakke <at> fastmail.com> writes:

> thierry <at> moncourriel.eu writes:
>
>> From c759d206188cbabb17198614247dbbeb9d4803bf Mon Sep 17 00:00:00 2001
>> From: Grillon <thierry <at> moncourriel.eu>
>> Date: Tue, 31 Dec 2019 23:25:55 +0100
>> Subject: [PATCH] gnu: python-py3status: Update file dependency
>>
>> * gnu/packages/python-xyz.scm (python-py3status): Update file as
>> propagated dependecy
>
> Thanks!  Do you know how "file" is used for py3status?  Ideally we would
> patch all invokations of "file" so that it uses the absolute file name,
> instead of propagating it, along these lines:
>
>   (substitute* "foo.py"
>     (("'file'") (string-append "'" (which "file") "'")))
>
> Can you see if such an approach is feasible for python-py3status?

It's been a few months, is this patch still relevant?

Thanks,

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Marius Bakke <marius <at> gnu.org>:
You have taken responsibility. (Fri, 20 Nov 2020 21:19:03 GMT) Full text and rfc822 format available.

Notification sent to thierry <at> moncourriel.eu:
bug acknowledged by developer. (Fri, 20 Nov 2020 21:19:03 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <marius <at> gnu.org>
To: Christopher Baines <mail <at> cbaines.net>, thierry <at> moncourriel.eu
Cc: 38840-done <at> debbugs.gnu.org
Subject: Re: [bug#38840] [PATCH] update python-py3status 3.21 to python-xyz.scm
Date: Fri, 20 Nov 2020 22:17:36 +0100
[Message part 1 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> skriver:

> Marius Bakke <mbakke <at> fastmail.com> writes:
>
>> thierry <at> moncourriel.eu writes:
>>
>>> From c759d206188cbabb17198614247dbbeb9d4803bf Mon Sep 17 00:00:00 2001
>>> From: Grillon <thierry <at> moncourriel.eu>
>>> Date: Tue, 31 Dec 2019 23:25:55 +0100
>>> Subject: [PATCH] gnu: python-py3status: Update file dependency
>>>
>>> * gnu/packages/python-xyz.scm (python-py3status): Update file as
>>> propagated dependecy
>>
>> Thanks!  Do you know how "file" is used for py3status?  Ideally we would
>> patch all invokations of "file" so that it uses the absolute file name,
>> instead of propagating it, along these lines:
>>
>>   (substitute* "foo.py"
>>     (("'file'") (string-append "'" (which "file") "'")))
>>
>> Can you see if such an approach is feasible for python-py3status?
>
> It's been a few months, is this patch still relevant?

It looks like this was fixed by Jakub in
6a6b8a3fcfc35a5e7b10e7c2a9a75e909354d4d6.  Closing, thanks for the
reminder!
[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. (Sat, 19 Dec 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 100 days ago.

Previous Next


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