From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] import: pypi: read requirements from wheels. Date: Fri, 6 May 2016 16:27:11 -0400 Message-ID: <20160506202711.GA24612@jasmine> References: <87povdgq7h.fsf@gnu.org> <1458956750-21917-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aymLa-0007ro-B1 for guix-devel@gnu.org; Fri, 06 May 2016 16:27:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aymLO-0000Fl-Mb for guix-devel@gnu.org; Fri, 06 May 2016 16:27:32 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:57339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aymLM-0000C9-8Y for guix-devel@gnu.org; Fri, 06 May 2016 16:27:26 -0400 Content-Disposition: inline In-Reply-To: <1458956750-21917-1-git-send-email-tipecaml@gmail.com> 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" To: Cyril Roelandt Cc: guix-devel@gnu.org On Sat, Mar 26, 2016 at 02:45:50AM +0100, Cyril Roelandt wrote: > * doc/guix.tex (Invoking guix import): Mention that the pypi importer > works better with "unzip". > * guix/import/pypi.scm (latest-wheel-release, > wheel-url->extracted-directory): New procedures. > * tests/pypi.scm (("pypi->guix-package, wheels"): New test. Seems like a useful addition! What is the status of this patch?