From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/3]: Add pyyaml. Date: Sat, 28 Feb 2015 15:21:49 +0100 Message-ID: <20150228142149.GA7549@debian> References: <20150220175836.GB15485@debian.math.u-bordeaux1.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRiHH-0000Dv-Gf for guix-devel@gnu.org; Sat, 28 Feb 2015 09:22:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRiHC-0005b5-Hw for guix-devel@gnu.org; Sat, 28 Feb 2015 09:21:59 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:65361) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRiHC-0005az-8m for guix-devel@gnu.org; Sat, 28 Feb 2015 09:21:54 -0500 Content-Disposition: inline In-Reply-To: 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: Ricardo Wurmus Cc: Guix-devel Hello, On Thu, Feb 26, 2015 at 02:40:05PM +0100, Ricardo Wurmus wrote: > * gnu/packages/python.scm (python-pyyaml, python2-pyyaml): New variables. this looks good, please push. > * gnu/packages/bioinformatics.scm (python2-pybedtools): New variable. > + (synopsis "Python wrapper for BEDtools programs") This sounds as if the result is a python stand-alone program and not a library? In the first case, it should be called "pybedtools". Otherwise okay to push. Andreas