From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 0/5] Improve the pypi updater. Date: Sat, 16 Jul 2016 17:23:20 +0200 Message-ID: <1468682605-12622-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bORRH-00060G-1k for guix-devel@gnu.org; Sat, 16 Jul 2016 11:23:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bORRD-0003gX-Pu for guix-devel@gnu.org; Sat, 16 Jul 2016 11:23:34 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:37960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bORRD-0003gR-JL for guix-devel@gnu.org; Sat, 16 Jul 2016 11:23:31 -0400 Received: by mail-wm0-x234.google.com with SMTP id o80so64758730wme.1 for ; Sat, 16 Jul 2016 08:23:31 -0700 (PDT) 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: guix-devel@gnu.org A couple of minor improvements, and a huge one: we should now be able to automatically compute the test requirements of our Python packages! Cyril. -- Cyril Roelandt (5): import: pypi: Move runtime dependencies to the propagated-inputs. import: pypi: Remove setuptools from the inputs. import: pypi: Compute test requirements when using wheels. import: pypi: Compute test requirements when reading requirements files. import: pypi: Add more tests. guix/import/pypi.scm | 118 ++++++++++++++++++++--------------- tests/pypi.scm | 170 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 234 insertions(+), 54 deletions(-) -- 2.6.2