8 , hatch-fancy-pypi-readme
12 buildPythonPackage rec {
13 pname = "argon2-cffi";
18 pname = "argon2_cffi";
20 hash = "sha256-h5w+eaJynOdo67fTbUYJ46eKTKLsOp8SKGygV+PQ2wg=";
23 nativeBuildInputs = [ hatchling hatch-vcs hatch-fancy-pypi-readme ];
25 propagatedBuildInputs = [ argon2-cffi-bindings ];
27 nativeCheckInputs = [ hypothesis pytestCheckHook ];
29 pythonImportsCheck = [ "argon2" ];
32 description = "Secure Password Hashes for Python";
33 homepage = "https://argon2-cffi.readthedocs.io/";
34 license = licenses.mit;