Search Criteria
Package Details: python-hkdf 0.0.3-4
Git Clone URL: | https://aur.archlinux.org/python-hkdf.git (read-only, click to copy) |
---|---|
Package Base: | python-hkdf |
Description: | This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01 |
Upstream URL: | https://pypi.python.org/packages/c3/be/hkdf-0.0.3 |
Licenses: | |
Submitter: | stormdragon2976 |
Maintainer: | stormdragon2976 |
Last Packager: | stormdragon2976 |
Votes: | 11 |
Popularity: | 0.139099 |
First Submitted: | 2016-08-10 00:53 |
Last Updated: | 2020-04-02 17:07 |
Latest Comments
stormdragon2976 commented on 2020-04-02 17:08
Thanks, should be fixed now.
eschwartz commented on 2020-04-02 16:30
You forgot to add the
depends=('python')
as a global variable, when you removed it from the split packaging in order to drop python2 support.This package is now missing the runtime dependency on python.
eschwartz commented on 2018-12-12 21:25
Well, thank you for your fast response. ;) Looks fine now.
Also note you will probably want to use a better PyPI download url that doesn't need as much updating, see the wiki for more details: https://wiki.archlinux.org/index.php/Python_package_guidelines#Source
stormdragon2976 commented on 2018-12-12 21:22
@eschwartz: Thanks for the heads up. This should be fixed now. It builds both versions for me without errors at least.
eschwartz commented on 2018-12-12 17:33
This package does not contain a build function, please fix.
@Ppjet6,
Also note that there has never been any such thing as a build_python-hkdf function, it is completely invalid to specify "split build functions". This function is therefore a custom function that is never executed, you might as well rename it to _do_python3_step() or something.
stormdragon2976 commented on 2018-11-17 12:50
@Ppjet6: Sure. Thanks for all the help with it.
Ppjet6 commented on 2018-11-17 10:35
The lib (python-omemo-syndace and deps) I am packaging isn't using this package anymore. If you don't mind I'd like to remove myself from the maintainers
stormdragon2976 commented on 2018-07-21 12:04
@Ppjet6: I added you. Thanks for being willing to take this on. I have a very busy day ahead of me.
Ppjet6 commented on 2018-07-21 11:37
Hi, would it be possible to also generate a python2 package? I'm also doing it for python-omemo-syndace-git and all its dependencies after a user request, and I depend on your package.
I don't mind doing it myself if you can grant me co-maintainer rights.