10 buildPythonPackage rec {
11 pname = "python-vipaccess";
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-TFSX8iL6ChaL3Fj+0VCHzafF/314Y/i0aTI809Qk5hU=";
20 propagatedBuildInputs = [
26 nativeCheckInputs = [ pytest ];
27 # test_check_token_detects_valid_hotp_token,
28 # test_check_token_detects_valid_totp_token and
29 # test_check_token_detects_invlaid_token require network
31 mv vipaccess vipaccess.hidden
32 pytest tests/ -k 'not test_check_token'
36 description = "A free software implementation of Symantec's VIP Access application and protocol";
37 mainProgram = "vipaccess";
38 homepage = "https://github.com/dlenski/python-vipaccess";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ aw ];