11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 sha256 = "hOUN4cA4pKVioIrfJM02GOnZdDRc7xbNtvHfoD3//bM=";
23 propagatedBuildInputs = [
29 # Project has no tests
32 pythonImportsCheck = [ "eliqonline" ];
35 description = "Python client to the Eliq Online API";
36 mainProgram = "eliqonline";
37 homepage = "https://github.com/molobrakos/eliqonline";
38 license = licenses.lgpl3Only;
39 maintainers = with maintainers; [ fab ];