11 buildPythonPackage rec {
12 pname = "pysecuritas";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 hash = "sha256-W3DLZCXUH9y5NPipFEu6URmKN+oVXMgeDF1rfKtxRng=";
23 build-system = [ setuptools ];
30 # Project doesn't ship tests with PyPI releases
31 # https://github.com/Cebeerre/pysecuritas/issues/13
34 pythonImportsCheck = [ "pysecuritas" ];
37 description = "Python client to access Securitas Direct Mobile API";
38 homepage = "https://github.com/Cebeerre/pysecuritas";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];
41 mainProgram = "pysecuritas";