From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/3] gnu: Add python-screed. Date: Thu, 16 Jun 2016 22:07:37 -0400 Message-ID: <20160617020737.GB25910@jasmine> References: <1466126601-30932-1-git-send-email-donttrustben@gmail.com> <1466126601-30932-2-git-send-email-donttrustben@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]:34831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDjCM-0004rO-D2 for Guix-devel@gnu.org; Thu, 16 Jun 2016 22:07:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDjCI-0001nS-5h for Guix-devel@gnu.org; Thu, 16 Jun 2016 22:07:53 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:46639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDjCE-0001kO-Mn for Guix-devel@gnu.org; Thu, 16 Jun 2016 22:07:50 -0400 Content-Disposition: inline In-Reply-To: <1466126601-30932-2-git-send-email-donttrustben@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: Ben Woodcroft Cc: Guix-devel@gnu.org On Fri, Jun 17, 2016 at 11:23:19AM +1000, Ben Woodcroft wrote: > * gnu/packages/bioinformatics.scm (python-screed, python2-screed): > New variables. > + (uri (string-append > + "https://pypi.python.org/packages/a0/6b/" > + "a90c7ab7b0ad1eab211053c85c1242a81379f34c5f5933392079c9b36858" Can you keep the hash on a single line? Just to reduce noise in the commit log for future updates... > + (synopsis "Short read sequence utils") s/utils/utilities > + (description "Screed parses FASTA and FASTQ files and generates databases. Can you unpack these acronyms?