From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] import: pypi: read requirements from wheels. Date: Sat, 26 Mar 2016 00:24:22 +0100 Message-ID: <56F5C8A6.7030103@gmail.com> References: <87twm2n3je.fsf@gnu.org> <1456541350-22214-1-git-send-email-tipecaml@gmail.com> <87povdgq7h.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajb5g-0001Gt-KK for guix-devel@gnu.org; Fri, 25 Mar 2016 19:24:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajb5d-0006GE-EC for guix-devel@gnu.org; Fri, 25 Mar 2016 19:24:28 -0400 In-Reply-To: <87povdgq7h.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: guix-devel@gnu.org On 03/02/2016 10:54 AM, Ludovic Courtès wrote: > It seems that all these files are left behind no? Could you make sure > they are removed? I think they are deleted. I call delete-file-recursively to remove everything, and I can't see the files anywhere, so I'm assuming they're really gone. Cyril.