Package Details: python-srp 1.0.19-3

Git Clone URL: https://aur.archlinux.org/python-srp.git (read-only, click to copy)
Package Base: python-srp
Description: Python implementation of the Secure Remote Password protocol (SRP)
Upstream URL: https://github.com/cocagne/pysrp
Licenses: MIT
Submitter: jurf
Maintainer: fupduck
Last Packager: fupduck
Votes: 2
Popularity: 0.000000
First Submitted: 2017-02-04 13:33 (UTC)
Last Updated: 2023-10-16 19:03 (UTC)

Latest Comments

fupduck commented on 2023-10-16 19:07 (UTC)

@MarsSeed thanks for the input. Fixed.

MarsSeed commented on 2023-09-26 10:38 (UTC)

python-six is needed in depends, not in makedepends.

fupduck commented on 2018-02-02 12:31 (UTC)

@timorlee does it work now?

TimorLee commented on 2017-06-24 09:41 (UTC) (edited on 2017-06-24 09:43 (UTC) by TimorLee)

This fails to build for me, following error: [code] Traceback (most recent call last): File "srp/test_srp.py", line 31, in <module> import srp._ctsrp as _ctsrp File "/tmp/yaourt-tmp-USER/aur-python2-srp/src/srp-1.0.6-py2/build/lib/srp/_ctsrp.py", line 181, in <module> load_func( 'BN_init', [ BIGNUM ], None ) File "/tmp/yaourt-tmp-USER/aur-python2-srp/src/srp-1.0.6-py2/build/lib/srp/_ctsrp.py", line 176, in load_func raise ImportError('Unable to load required functions from SSL dlls') ImportError: Unable to load required functions from SSL dlls [\code]