From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44841) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgV96-00011T-5a for guix-patches@gnu.org; Thu, 27 Jun 2019 10:13:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgV94-0000VR-6V for guix-patches@gnu.org; Thu, 27 Jun 2019 10:13:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgV94-0000VN-2r for guix-patches@gnu.org; Thu, 27 Jun 2019 10:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hgV93-00022X-TP for guix-patches@gnu.org; Thu, 27 Jun 2019 10:13:01 -0400 Subject: [bug#35415] [PATCH 0/1] Add 'python-wrapper' as input for global Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:44788) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgV8r-0000uZ-Ng for guix-patches@gnu.org; Thu, 27 Jun 2019 10:12:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgV8q-0000Pv-RK for guix-patches@gnu.org; Thu, 27 Jun 2019 10:12:49 -0400 Received: from mx1.riseup.net ([198.252.153.129]:43024) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hgV8q-0000PI-L9 for guix-patches@gnu.org; Thu, 27 Jun 2019 10:12:48 -0400 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 8E32D1A3215 for ; Thu, 27 Jun 2019 07:12:45 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id CC8C712055A for ; Thu, 27 Jun 2019 07:12:44 -0700 (PDT) References: <87mukfctxg.fsf@ur.mom.lol> From: swedebugia Message-ID: Date: Thu, 27 Jun 2019 16:12:42 +0200 MIME-Version: 1.0 In-Reply-To: <87mukfctxg.fsf@ur.mom.lol> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35415@debbugs.gnu.org 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