From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: [PATCH 00/12] Tons of patches to run "guix-tox" on python-keystoneclient! Date: Mon, 12 Oct 2015 23:40:56 +0200 Message-ID: <1444686068-7668-1-git-send-email-tipecaml@gmail.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlkqQ-0003ZB-34 for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlkqM-0006uy-2a for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:22 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:35733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlkqL-0006uO-SS for guix-devel@gnu.org; Mon, 12 Oct 2015 17:41:17 -0400 Received: by wicge5 with SMTP id ge5so166213166wic.0 for ; Mon, 12 Oct 2015 14:41:17 -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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org The following 12 patches should be enough to be able to run "guix-tox" on python-keystoneclient, which is nice! Cyril. -- Cyril Roelandt (12): guix: download: properly detect https when mirror:// is used. guix: Add a "pypi-uri" helper method. import: pypi: Use "pypi-uri" instead of building the URL manually. gnu: Update python-requests. gnu: Add python-mccabe 0.2.1 gnu: Add python-flake8-2.2.4 gnu: Add python-hacking. gnu: Add python-oslosphinx. gnu: Add python-os-testr. gnu: paramiko: Move python-pycrypto to the propagated inputs. gnu: Add python-oslo.log. gnu: Add python-tempest-lib. gnu/packages/openstack.scm | 182 +++++++++++++++++++++++++++++++++++++++++++ gnu/packages/python.scm | 46 ++++++++++- guix/build-system/python.scm | 10 ++- guix/download.scm | 17 ++-- guix/import/pypi.scm | 2 +- tests/pypi.scm | 3 +- 6 files changed, 244 insertions(+), 16 deletions(-) -- 2.1.4