9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "remcohaszing";
19 sha256 = "sha256-WgoL8ntfEaHcvVbJjdewe0wE31Lq7WBj8Bppeq1uJx8=";
30 pytestFlagsArray = [ "test_wakeonlan.py" ];
32 pythonImportsCheck = [ "wakeonlan" ];
35 description = "A small python module for wake on lan";
36 homepage = "https://github.com/remcohaszing/pywakeonlan";
37 license = licenses.mit;
38 maintainers = with maintainers; [ peterhoeg ];