From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 02 21:56:51 2021 Received: (at 47214) by debbugs.gnu.org; 3 Jun 2021 01:56:51 +0000 Received: from localhost ([127.0.0.1]:41637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1locbK-0007X8-PX for submit@debbugs.gnu.org; Wed, 02 Jun 2021 21:56:50 -0400 Received: from lepiller.eu ([89.234.186.109]:39224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1locbH-0007Ww-Sg for 47214@debbugs.gnu.org; Wed, 02 Jun 2021 21:56:48 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id c2dd92d9; Thu, 3 Jun 2021 01:56:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=XRm8qjnxiVhW AkZ0SIXOiE+3IV9J0rkEJgQN+Eg0kqQ=; b=iH/L5zKsVdLiFh+0PPeh7yI8k3oI R2Nbsz7sgcnQZd64qRTY+dUwNC1Yilk6qXvKCDvOp5QOZ5p40Vb2Z5AOVyprM50n o0GnVv7ihs4Syg6DowYzOXMqyVFYZdl+W3asZjNqosM7piGuZCkNc8H6EXg2hfaj DXbHfZWD3A7aIWqUSZ7nxZSTjtbyoOK7P8s6wZxDam/ElCWImFzeZWZ7vPzLJW+u t5yXa2Tmog/TCMNXA6VfMlBJ7C36VU7axSMJyc7bsQEY/xSffPGqSLB0A79vl+hf Jn10TTQ28bLktcnpifeS/Kw5hNVaCi9QTEc9hpRWFf3rotWEH46laR7aIA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id f8b73cb9 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 3 Jun 2021 01:56:45 +0000 (UTC) Date: Thu, 3 Jun 2021 03:56:38 +0200 From: Julien Lepiller To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: bug#47214: [core-updates] gnu: python: Remove unnecessary files Message-ID: <20210603035638.6e6fe473@tachikoma.lepiller.eu> In-Reply-To: <87k0q3fhwl.fsf_-_@gnu.org> References: <20210317133933.5eb6d325@tachikoma.lepiller.eu> <20210319000830.23926447@tachikoma.lepiller.eu> <87k0q3fhwl.fsf_-_@gnu.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47214 Cc: 47214@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Fri, 19 Mar 2021 13:27:06 +0100, Ludovic Court=C3=A8s a =C3=A9crit : > > From 0d2d9a32cbbf24eadf74271b2fb1304b7a72d281 Mon Sep 17 00:00:00 > > 2001 From: Julien Lepiller > > Date: Wed, 17 Mar 2021 13:33:22 +0100 > > Subject: [PATCH 1/2] gnu: python: Remove unnecessary files. > > > > * gnu/packages/python.scm (python2)[arguments]: Remove files built > > during the test phase. > > (python3)[arguments]: Also remove windows binaries shipped with the > > sources. =20 >=20 > Unless it causes bootstrapping issues, I recommend removing those > files from a snippet so that =E2=80=98guix build -S python=E2=80=99 retur= ns the > cleaned-up source. >=20 > WDYT? >=20 > Thanks, > Ludo=E2=80=99. Hi, sorry for the late reply. I need to use unzip on these files to remove some of their content, and rezip them later. How can I do that from a snippet?