12 buildPythonPackage rec {
13 pname = "pypoolstation";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-E5/Z7TgIZlbIDB9I+DJI812ce8ctidDAXGCHBFzk7F8=";
24 nativeBuildInputs = [ poetry-core ];
26 propagatedBuildInputs = [
32 # Project has no tests
35 pythonImportsCheck = [ "pypoolstation" ];
38 description = "Python library to interact the the Poolstation platform";
39 homepage = "https://github.com/cibernox/PyPoolstation";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];