9 buildPythonPackage rec {
10 pname = "pyfreedompro";
12 format = "setuptools";
14 disabled = pythonOlder "3.6";
17 inherit pname version;
18 sha256 = "92812070a0c74761fa0c8cac98ddbe0bca781c8de80e2b08dbd04492e831c172";
21 propagatedBuildInputs = [ aiohttp ];
23 # upstream has no tests
26 pythonImportsCheck = [ "aiohttp" ];
29 description = "Python library for Freedompro API";
30 homepage = "https://github.com/stefano055415/pyfreedompro";
31 license = licenses.mit;
32 maintainers = with maintainers; [ dotlambda ];