all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 2/4] gnu: Add python2-enum34.
Date: Thu, 18 Feb 2016 10:03:52 +0200	[thread overview]
Message-ID: <20160218100352.6969cb55@debian-netbook> (raw)
In-Reply-To: <7f5566f69c9f2184bebf647937630c869a3a60ad.1455500661.git.leo@famulari.name>

[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]

On Sun, 14 Feb 2016 20:44:50 -0500
Leo Famulari <leo@famulari.name> wrote:

> * gnu/packages/python.scm (python2-enum34): New variable.
> (python2-cryptography)[propagated-inputs]: Add python2-enum34.
> (python-cryptography)[propagated-inputs]: Remove python-enum34.
> ---
>  gnu/packages/python.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 3e712fc..6e1c716 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -1335,6 +1335,9 @@ bug tracker.")
>  backported for previous versions of Python from 2.4 to 3.3.")
>      (license bsd-3)))
>  
> +(define-public python2-enum34
> +  (package-with-python2 python-enum34))
> +
>  (define-public python-parse-type
>    (package
>      (name "python-parse-type")
> @@ -5792,7 +5795,6 @@ responses, rather than doing any computation.")
>       `(("python-cffi" ,python-cffi)
>         ("python-six" ,python-six)
>         ("python-pyasn1" ,python-pyasn1)
> -       ("python-enum34" ,python-enum34)
>         ("python-idna" ,python-idna)
>         ("python-iso8601" ,python-iso8601)))
>      (native-inputs
> @@ -5823,6 +5825,7 @@ message digests and key derivation functions.")
>         `(("python2-ipaddress" ,python2-ipaddress)
>           ("python2-backport-ssl-match-hostname"
>            ,python2-backport-ssl-match-hostname)
> +         ("python2-enum34" ,python2-enum34)
>           ,@(package-propagated-inputs crypto))))))
>  
>  (define-public python-pyopenssl

I'd move the cryptography change to the next patch, it seems more in line

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-02-18  8:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15  1:44 [PATCH 0/4] Update use of python-enum34 Leo Famulari
2016-02-15  1:44 ` [PATCH 1/4] gnu: python-enum34: Update to 1.1.0 Leo Famulari
2016-02-15  1:44 ` [PATCH 2/4] gnu: Add python2-enum34 Leo Famulari
2016-02-18  8:03   ` Efraim Flashner [this message]
2016-02-18 18:03     ` Leo Famulari
2016-02-15  1:44 ` [PATCH 3/4] gnu: Don't use python-enum34 when building with python-3.4 Leo Famulari
2016-02-15  1:44 ` [PATCH 4/4] gnu: python-enum34: Remove python-setuptools from inputs Leo Famulari
2016-02-18  8:03   ` Efraim Flashner
2016-02-18 17:56     ` Leo Famulari
2016-02-18 18:13       ` Leo Famulari
2016-02-21  5:49     ` Leo Famulari
2016-02-21  6:38       ` Efraim Flashner

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=20160218100352.6969cb55@debian-netbook \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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.