GNU bug report logs - #35415
[PATCH 0/1] Add 'python-wrapper' as input for global

Previous Next

Package: guix-patches;

Reported by: wednesday <jessejohngildersleve <at> zohomail.eu>

Date: Wed, 24 Apr 2019 15:25:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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 35415 in the body.
You can then email your comments to 35415 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#35415; Package guix-patches. (Wed, 24 Apr 2019 15:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to wednesday <jessejohngildersleve <at> zohomail.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 24 Apr 2019 15:25:02 GMT) Full text and rfc822 format available.

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

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/1] Add 'python-wrapper' as input for global
Date: Wed, 24 Apr 2019 16:09:09 +0100
The reason for doing this is that there is a python file included that
gets used if you try to generate tags for python code.

In order to test the patch you will need the environment variables:
export GTAGSCONF="$HOME/.guix-profile/share/gtags/gtags.conf"
export GTAGSLABEL="pygments"

I don't think the 'python-pygments' or 'python2-pygments' packages are
required from my testing.


wednesday (1):
  gnu: global: Add 'python-wrapper' as input.

 gnu/packages/code.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.21.0






Information forwarded to guix-patches <at> gnu.org:
bug#35415; Package guix-patches. (Wed, 24 Apr 2019 15:28:02 GMT) Full text and rfc822 format available.

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

From: wednesday <jessejohngildersleve <at> zohomail.eu>
To: 35415 <at> debbugs.gnu.org
Cc: wednesday <jessejohngildersleve <at> zohomail.eu>
Subject: [PATCH 1/1]  gnu: global: Add 'python-wrapper' as input.
Date: Wed, 24 Apr 2019 16:27:36 +0100
* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.
---
 gnu/packages/code.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 09cca5d52e..2bf8376301 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -124,7 +124,8 @@ highlighting your own code that seemed comprehensible when you wrote it.")
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)
-              ("sqlite" ,sqlite)))
+              ("sqlite" ,sqlite)
+              ("python-wrapper" ,python-wrapper)))
     (arguments
      `(#:configure-flags
        (list (string-append "--with-ncurses="
-- 
2.21.0







Information forwarded to guix-patches <at> gnu.org:
bug#35415; Package guix-patches. (Thu, 27 Jun 2019 14:13:01 GMT) Full text and rfc822 format available.

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

From: swedebugia <swedebugia <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: Re: [bug#35415] [PATCH 0/1] Add 'python-wrapper' as input for global
Date: Thu, 27 Jun 2019 16:12:42 +0200
On 2019-04-24 17:09, wednesday wrote:
> 
> The reason for doing this is that there is a python file included that
> gets used if you try to generate tags for python code.
> 
> In order to test the patch you will need the environment variables:
> export GTAGSCONF="$HOME/.guix-profile/share/gtags/gtags.conf"
> export GTAGSLABEL="pygments"
> 
> I don't think the 'python-pygments' or 'python2-pygments' packages are
> required from my testing.
> 
> 
> wednesday (1):
>    gnu: global: Add 'python-wrapper' as input.
> 
>   gnu/packages/code.scm | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 

This seem to have fallen through the cracks. Can someone with python 
knowledge review this?

-- 
Cheers Swedebugia




Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Sat, 21 Mar 2020 19:56:01 GMT) Full text and rfc822 format available.

Notification sent to wednesday <jessejohngildersleve <at> zohomail.eu>:
bug acknowledged by developer. (Sat, 21 Mar 2020 19:56:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: wednesday <jessejohngildersleve <at> zohomail.eu>, 35415-done <at> debbugs.gnu.org
Subject: Re: [bug#35415] [PATCH 0/1] Add 'python-wrapper' as input for global
Date: Sat, 21 Mar 2020 20:55:40 +0100
[Message part 1 (text/plain, inline)]
wednesday <jessejohngildersleve <at> zohomail.eu> writes:

> wednesday (1):
>   gnu: global: Add 'python-wrapper' as input.

Applied, thanks!
[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. (Sun, 19 Apr 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 7 days ago.

Previous Next


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