Re: [PATCH 1/4] gnu: Add python-pbkdf2.

2017-01-21 Thread 宋文武
Carlo Zancanaro  writes:

> * gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables.
> ---
>  gnu/packages/python.scm | 29 +
>  1 file changed, 29 insertions(+)

I applied it with adding ‘python-pycrypto’ as ‘propagated-inputs’ (as
prefered by pbkdf2.py).

Thank you!



Re: [PATCH 1/4] gnu: Add python-pbkdf2.

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 14:32 schrieb Carlo Zancanaro:
> +(synopsis "PKCS#5 v2.0 PBKDF2 Module")
> +(description "This module implements the password-based key derivation
> +function, PBKDF2, specified in RSA PKCS#5 v2.0.")

Please be less cryptic in the synopsis. "password-based key derivation"
should be stated there. Maybe debian provides a good synopsis and
description.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel  | h.goe...@crazy-compilers.com   |
| www.crazy-compilers.com | compilers which you thought are impossible |




Re: [PATCH 1/4] gnu: Add python-pbkdf2.

2017-01-02 Thread Hartmut Goebel
Am 02.01.2017 um 14:32 schrieb Carlo Zancanaro:
> +(propagated-inputs
> + `(("python-setuptools" ,python-setuptools)))

Any reason setuptools are a propagated input? setuptool installed by
default, as desribed in the manual.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel  | h.goe...@crazy-compilers.com   |
| www.crazy-compilers.com | compilers which you thought are impossible |