9 buildPythonPackage rec {
10 pname = "pysecuritas";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "W3DLZCXUH9y5NPipFEu6URmKN+oVXMgeDF1rfKtxRng=";
21 propagatedBuildInputs = [
26 # Project doesn't ship tests with PyPI releases
27 # https://github.com/Cebeerre/pysecuritas/issues/13
30 pythonImportsCheck = [
35 description = "Python client to access Securitas Direct Mobile API";
36 mainProgram = "pysecuritas";
37 homepage = "https://github.com/Cebeerre/pysecuritas";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];