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)

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

2017-01-20 Thread Carlo Zancanaro
* gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6a5b0c4f1..21347b25e 100644 --- a/gnu/packages/python.scm

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" s

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...@

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

2017-01-02 Thread Carlo Zancanaro
* gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fce62175b..2841830f0 100644 --- a/gnu/packages/python.scm +++