From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH 2/3] gnu: Update python-fixtures Date: Tue, 22 Sep 2015 17:11:18 +0200 Message-ID: <8761324hgp.fsf@openmailbox.org> References: <1442874675-31473-1-git-send-email-tipecaml@gmail.com> <1442874675-31473-3-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZePEG-00019i-DD for guix-devel@gnu.org; Tue, 22 Sep 2015 11:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZePEC-0002rP-DF for guix-devel@gnu.org; Tue, 22 Sep 2015 11:11:36 -0400 Received: from smtp26.openmailbox.org ([62.4.1.60]:59405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZePEB-0002qx-Uk for guix-devel@gnu.org; Tue, 22 Sep 2015 11:11:32 -0400 In-Reply-To: <1442874675-31473-3-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Tue, 22 Sep 2015 00:31:14 +0200") 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: Cyril Roelandt Cc: guix-devel@gnu.org I can't help much about the circular dependency problem. I think it is important to avoid propagation of inputs from old versions, but I don't know if this is feasible. Here are my usual cosmetic comments :) Cyril Roelandt writes: > * gnu/packages/python.scm (python-fixtures): Update. > * gnu/packages/python.scm (python-fixtures-0.3.16, > python2-fixtures-0.3.16, python-pbr-0.11, > python2-pbr-0.11): New variables. > * gnu/packages/python.scm (python-testrepository): Use python-fxitures-0.3.16 ^^^ fixtures > instead of python-fixtures in the inputs. [...] > +(define-public python-pbr-0.11 > + (package > + (name "python-pbr") > + (version "0.11.0") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://pypi.python.org/packages/source/p/pbr/pbr-" > + version ".tar.gz")) > + (sha256 > + (base32 > + "0v9gb7gyqf7q9s99l0nnjj9ww9b0jvyqlwm4d56pcyinxydddw6p")))) > + (build-system python-build-system) > + (arguments > + `(#:tests? #f)) ;; Most tests seem to use the Internet. `(#:tests? #f)) ;most tests seem to use the internet -- Mathieu Lirzin