8 buildPythonPackage rec {
9 pname = "pyfreedompro";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 sha256 = "92812070a0c74761fa0c8cac98ddbe0bca781c8de80e2b08dbd04492e831c172";
20 propagatedBuildInputs = [
24 # upstream has no tests
27 pythonImportsCheck = [ "aiohttp" ];
30 description = "Python library for Freedompro API";
31 homepage = "https://github.com/stefano055415/pyfreedompro";
32 license = licenses.mit;
33 maintainers = with maintainers; [ dotlambda ];