Leo Famulari writes: > 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 -------------------------------------------------|
Oops! Thanks. (I should use whitespace-mode more often!) >> + #: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! Fixed to be a bit more clear that "extensible" here refers to "plugins". Thanks for the review. Made those changes and pushed!