[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 22/31] gnu: Add python-pycrypto.
From: |
Eric Bavier |
Subject: |
Re: [PATCH 22/31] gnu: Add python-pycrypto. |
Date: |
Fri, 05 Sep 2014 13:55:32 -0500 |
User-agent: |
mu4e 0.9.9.5; emacs 23.3.1 |
David Thompson writes:
> * gnu/packages/python.scm (python-pycrypto, python2-pycrypto): New variables.
> ---
> gnu/packages/python.scm | 32 ++++++++++++++++++++++++++++++++
> 1 file changed, 32 insertions(+)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 2e16838..886dc03 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -1598,3 +1598,35 @@ somewhat intelligeble.")
> (define-public python2-pyjwt
> (package-with-python2 python-pyjwt))
>
> +(define-public python-pycrypto
As I pointed out on IRC, this package is redundant with the one added in
cafc3f5a.
> + (inputs
> + `(("python" ,python) ;; need libpython3.3m
> + ("python-setuptools" ,python-setuptools)
> + ("gmp" ,gmp)))
Should python-setuptools perhaps go in native-inputs (this question
applies to the other patches sent in this batch as well)? Not all of
the existing python packages follow this, but maybe they should.
Someone more practiced with cross-compilation might know better.
--
Eric Bavier
- Re: [PATCH 16/31] gnu: Add python-testresources., (continued)
- [PATCH 17/31] gnu: Add python-subunit., David Thompson, 2014/09/05
- [PATCH 18/31] gnu: Add python-fixtures., David Thompson, 2014/09/05
- [PATCH 19/31] gnu: Add python-testrepository., David Thompson, 2014/09/05
- [PATCH 21/31] gnu: Add python-pyjwt., David Thompson, 2014/09/05
- [PATCH 22/31] gnu: Add python-pycrypto., David Thompson, 2014/09/05
- Re: [PATCH 22/31] gnu: Add python-pycrypto.,
Eric Bavier <=
- [PATCH 23/31] gnu: Add python-oauthlib., David Thompson, 2014/09/05
- [PATCH 24/31] gnu: Add python-itsdangerous., David Thompson, 2014/09/05
- [PATCH 25/31] gnu: Add python-virtualenv., David Thompson, 2014/09/05
- [PATCH 26/31] gnu: Add python-pip., David Thompson, 2014/09/05