From: Leo Famulari <leo@famulari.name>
To: Christopher Allan Webber <cwebber@dustycloud.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 3/18] gnu: Add python2-apipkg.
Date: Fri, 19 Feb 2016 23:32:04 -0500 [thread overview]
Message-ID: <20160220043204.GA14995@jasmine> (raw)
In-Reply-To: <87lh6gnmec.fsf@dustycloud.org>
On Fri, Feb 19, 2016 at 06:30:35PM -0800, Christopher Allan Webber wrote:
> New version.
>
> From 03f8891a2635b6d8f349af0809547e75b9c0e112 Mon Sep 17 00:00:00 2001
> From: Christopher Allan Webber <cwebber@dustycloud.org>
> Date: Sat, 13 Feb 2016 18:04:18 -0800
> Subject: [PATCH 02/18] gnu: Add python2-apipkg.
>
> * gnu/packages/python.scm (python2-apipkg): New variable.
> ---
> gnu/packages/python.scm | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 561f64a..ef91754 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -6852,7 +6852,15 @@ applications.")
> package and greatly reduce the number of imports for your users. It is a small
> pure Python module that works on virtually all Python versions.")
> (home-page "https://bitbucket.org/hpk42/apipkg")
> - (license license:expat)))
> + (license license:expat)
> + (properties `((python2-variant . ,(delay python2-apipkg))))))
> +
> +(define-public python2-apipkg
> + (package
> + (inherit (package-with-python2
> + (strip-python2-variant python-apipkg)))
> + (native-inputs
> + `(("python2-setuptools" ,python2-setuptools)))))
I noticed that python-apipkg uses unzip as a native-input, so this
variant would lose unzip. I tested it python-apipkg and it doesn't
*actually* need unzip to build... not sure why I thought it did. Would
you mind removing unzip from python-apipkg?
>
> (define-public python-execnet
> (package
> --
> 2.6.3
>
next prev parent reply other threads:[~2016-02-20 4:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 23:27 [PATCH 3/18] gnu: Add python2-apipkg Christopher Allan Webber
2016-02-16 1:37 ` Leo Famulari
2016-02-20 2:30 ` Christopher Allan Webber
2016-02-20 4:32 ` Leo Famulari [this message]
2016-02-22 2:52 ` Christopher Allan Webber
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=20160220043204.GA14995@jasmine \
--to=leo@famulari.name \
--cc=cwebber@dustycloud.org \
--cc=guix-devel@gnu.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).