9 buildPythonPackage rec {
12 disabled = pythonOlder "3.7";
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-NGtmQuDb3eO0/1qTC2ZMqCq/oRY1btSMxCx9ZZDTb2M=";
21 nativeCheckInputs = [ unittestCheckHook ];
23 pythonImportsCheck = [ "pyotp" ];
26 changelog = "https://github.com/pyauth/pyotp/blob/v${version}/Changes.rst";
27 description = "Python One Time Password Library";
28 homepage = "https://github.com/pyauth/pyotp";
29 license = licenses.mit;
30 maintainers = with maintainers; [ dotlambda ];