unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: Mark H Weaver <mhw@netris.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Fix pbtranscript-tofu runtime errors.
Date: Tue, 31 Mar 2015 20:06:04 +0200	[thread overview]
Message-ID: <87wq1x2gab.fsf@mango.localdomain> (raw)
In-Reply-To: <87zj6tcbj4.fsf@netris.org>


Mark H Weaver writes:

> Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:
>
>> From 1e18e4a855659f674203777b454035cbee1a8da6 Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
>> Date: Tue, 31 Mar 2015 12:34:37 +0200
>> Subject: [PATCH 1/4] gnu: Add python-decorator.
>
> Looks good.
>
>> From cebbfa900aaba3468654f173cda38bbeb2df31a6 Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
>> Date: Tue, 31 Mar 2015 12:35:09 +0200
>> Subject: [PATCH 2/4] gnu: Add python-networkx.
>
> Looks good.
>
>> From aad74ddc7c66fdb1c58dc89afa7078288ebeb918 Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
>> Date: Tue, 31 Mar 2015 12:37:31 +0200
>> Subject: [PATCH 3/4] gnu: pbtranscript-tofu: delete pre-built libraries.
>
> Please capitalize "Delete".
>
>> diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
>> index 93dc542..f124732 100644
>> --- a/gnu/packages/bioinformatics.scm
>> +++ b/gnu/packages/bioinformatics.scm
>> @@ -830,12 +830,15 @@ files and writing bioinformatics applications.")
>>              (chdir "pbtranscript-tofu/pbtranscript/")
>>              ;; Delete clutter
>>              (delete-file-recursively "dist/")
>> +            (delete-file-recursively "build/")
>>              (delete-file-recursively "setuptools_cython-0.2.1-py2.6.egg/")
>>              (delete-file-recursively "pbtools.pbtranscript.egg-info")
>>              (delete-file "Cython-0.20.1.tar.gz")
>>              (delete-file "setuptools_cython-0.2.1-py2.7.egg")
>>              (delete-file "setuptools_cython-0.2.1.tar.gz")
>>              (delete-file "setup.cfg")
>> +            (for-each delete-file
>> +                      (find-files "." "\\.so"))
>>              ;; files should be writable for install phase
>>              (for-each (lambda (f) (chmod f #o755))
>>                        (find-files "." "\\.py")))
>
> In the calls to 'find-files', the patterns should be "\\.so$" and
> "\\.py$", respectively.
>
>> From 8c6999e039048e9dd5063cc1fa4c76b59e5263c0 Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
>> Date: Tue, 31 Mar 2015 13:46:27 +0200
>> Subject: [PATCH 4/4] gnu: pbtranscript-tofu: add missing inputs.
>
> Please capitalize "Add".
>
> Otherwise these patches look good to me.  Okay to push with these
> changes.

Thank you for the fast review.  I pushed the commits with the suggested
changes.

~~ Ricardo

  reply	other threads:[~2015-03-31 18:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-31 11:51 [PATCH] Fix pbtranscript-tofu runtime errors Ricardo Wurmus
2015-03-31 17:38 ` Mark H Weaver
2015-03-31 18:06   ` Ricardo Wurmus [this message]
2015-04-01  9:10 ` Ludovic Courtès
2015-04-01 20:07   ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wq1x2gab.fsf@mango.localdomain \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).