From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oJZ5MT8Cq1/tNAAA0tVLHw (envelope-from ) for ; Tue, 10 Nov 2020 21:12:31 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id OM5TLT8Cq1+0RQAAB5/wlQ (envelope-from ) for ; Tue, 10 Nov 2020 21:12:31 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id E923894042C for ; Tue, 10 Nov 2020 21:12:29 +0000 (UTC) Received: from localhost ([::1]:36440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcawG-0004FF-P2 for larch@yhetil.org; Tue, 10 Nov 2020 16:12:28 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcauu-0003Rw-Ay for guix-patches@gnu.org; Tue, 10 Nov 2020 16:11:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:55836) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kcaus-0005Jo-Ek for guix-patches@gnu.org; Tue, 10 Nov 2020 16:11:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kcaus-0006Du-Aj for guix-patches@gnu.org; Tue, 10 Nov 2020 16:11:02 -0500 Subject: bug#44309: New and Improved Patch Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 10 Nov 2020 21:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44309 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Prafulla Giri , 44309-done@debbugs.gnu.org Mail-Followup-To: 44309@debbugs.gnu.org, marius@gnu.org, pratheblackdiamond@gmail.com Received: via spool by 44309-done@debbugs.gnu.org id=D44309.160504266123910 (code D ref 44309); Tue, 10 Nov 2020 21:11:02 +0000 Received: (at 44309-done) by debbugs.gnu.org; 10 Nov 2020 21:11:01 +0000 Received: from localhost ([127.0.0.1]:39148 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcauq-0006Da-7D for submit@debbugs.gnu.org; Tue, 10 Nov 2020 16:11:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50104) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kcaup-0006DO-EC for 44309-done@debbugs.gnu.org; Tue, 10 Nov 2020 16:10:59 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41254) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcaui-0005I3-TW; Tue, 10 Nov 2020 16:10:53 -0500 Received: from host-37-191-236-253.lynet.no ([37.191.236.253]:53572 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kcauh-0005fW-Rp; Tue, 10 Nov 2020 16:10:52 -0500 From: Marius Bakke In-Reply-To: References: Date: Tue, 10 Nov 2020 22:10:49 +0100 Message-ID: <87k0usdijq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.61 X-TUID: dsgUMicOEW+k --=-=-= Content-Type: text/plain Prafulla Giri writes: > Esteemed maintainers, > > Attached is an updated version of the patch. > > I have removed the native-search-paths specification of PYTHONPATH. I have > also created a new output "python" that contains the python bindings. A new > phase > has been added that splits the python bindings into it's own separate > output. With that, users who only want to use gnucash programmatically can > use it with `guix environment --ad-hoc python gnucash:python`. > > Please do let me know if there are any further corrections that I can make. Looks great to me. Applied, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFDBAEBCgAtFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl+rAdkPHG1hcml1c0Bn bnUub3JnAAoJEKKgbfKjOlT68R4H/RnXp2E0VLKcPSAZDelNjUiO3wgNTcLq+GJz IZvQhnxx4mwSS357PUcmsbmtENm0uNtFQxCrpx55ZSc1H2T8CsRdaxFsna86ThfF QpVXtEbzVX+3uAle5WPuWgQqmT0PxzKAems2x5jfi4iNov5YziI645OQPbx4COht sWdeO9AMYUzsL0pzRa95z1wqobovGCFeFO3knCOkcZhGucdRoo2lacryWbcjhtPo DXyXe/bJJ/MfFzHkxadF2Ozk2rkhXV5rbVUKTfy7JZrBv1opHMQFDmQJ44f2b+m7 SGOQkQXH8o7ttt56t3FIi/WsmRT1ZLI/tDza2K025aM/+Jom5dA= =zrvi -----END PGP SIGNATURE----- --=-=-=--