From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Update biopython to 1.66. Date: Thu, 10 Dec 2015 14:18:36 +0100 Message-ID: References: <56432640.8050904@uq.edu.au> <87d1ufl3jc.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a717U-0008IB-Gz for guix-devel@gnu.org; Thu, 10 Dec 2015 08:18:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a717P-0006kn-1R for guix-devel@gnu.org; Thu, 10 Dec 2015 08:18:52 -0500 In-Reply-To: <87d1ufl3jc.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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: "guix-devel@gnu.org" Ludovic Court=C3=A8s writes: >> I also figure with the shiny new updaters it might make things easier >> if pypi is used instead of the biopython site. > > I think so. Is it the same archive that is served on both sites? For > instance, does the pypi version include tests and doc as well? Yes. They are virtually identical. The only difference between the two tarballs is this: $ diff -r biopython-1.66 biopython-1.66-pypi/ diff -r biopython-1.66/PKG-INFO biopython-1.66-pypi/PKG-INFO 1c1 < Metadata-Version: 1.1 --- > Metadata-Version: 1.0 I=E2=80=99ll rebase a couple of things in my local repository and will pu= sh this commit within a couple of hours unless someone else gets to it earlier. ~~ Ricardo