all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Fix pbtranscript-tofu runtime errors.
Date: Tue, 31 Mar 2015 13:38:39 -0400	[thread overview]
Message-ID: <87zj6tcbj4.fsf@netris.org> (raw)
In-Reply-To: <idja8yt1j1o.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Tue, 31 Mar 2015 13:51:47 +0200")

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.

     Thanks!
       Mark

  reply	other threads:[~2015-03-31 17:38 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 [this message]
2015-03-31 18:06   ` Ricardo Wurmus
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

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

  git send-email \
    --in-reply-to=87zj6tcbj4.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=guix-devel@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.