7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1jhxk5vhxmxxjp3zj526ry521v9inzzl8jqaaf0ma65w6k332ak2";
17 nativeCheckInputs = [ nose ];
23 # no tests in PyPI tarball
27 description = "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)";
28 homepage = "https://github.com/casebeer/python-hkdf";
29 license = licenses.bsd2;