10 buildPythonPackage rec {
11 pname = "pypoolstation";
15 disabled = pythonOlder "3.7";
18 pname = "PyPoolstation";
20 sha256 = "sha256-2smgsR5f2fzmutr4EjhyrFWrO9odTba0ux+0B6k3+9Y=";
27 propagatedBuildInputs = [
32 # Project has no tests
35 pythonImportsCheck = [
40 description = "Python library to interact the the Poolstation platform";
41 homepage = "https://github.com/cibernox/PyPoolstation";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];