From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add python-pastescript. Date: Wed, 24 Feb 2016 20:23:40 -0500 Message-ID: <20160225012340.GB31607@jasmine> References: <87a8mr8a9s.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYkeg-00081h-HR for guix-devel@gnu.org; Wed, 24 Feb 2016 20:23:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYkeb-0006QQ-B3 for guix-devel@gnu.org; Wed, 24 Feb 2016 20:23:46 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:52236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYkeb-0006QM-55 for guix-devel@gnu.org; Wed, 24 Feb 2016 20:23:41 -0500 Content-Disposition: inline In-Reply-To: <87a8mr8a9s.fsf@dustycloud.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: Christopher Allan Webber Cc: guix-devel@gnu.org On Tue, Feb 23, 2016 at 12:03:11PM -0800, Christopher Allan Webber wrote: > * gnu/packages/python.scm (python-pastescript, python2-pastescript): > New variables. [...] > + '(;; Unfortunately, this requires the latest unittest2, > + ;; but that requires traceback2 which requires linecache2 which requires > + ;; unittest2. So we're skipping tests for now. > + ;; (Note: Apparently linetest2 only needs unittest2 for its tests, > + ;; so in theory we could get around this situation somehow.) ^ Trailing white space -------------------------------------------------| > + #:tests? #f)) > + (synopsis > + "Pluggable command line tool for serving web applications and more") > + (description > + "PasteScript is an extensible command line tool which provides a variety > +of features, from launching web applications to bootstrapping project layouts.") The first half of this sentence applies to most command-line tools ;) Otherwise okay!