7 buildPythonPackage rec {
10 disabled = pythonOlder "3.7";
12 src = fetchFromGitHub {
16 sha256 = "0adf4k191138jmbsfhkhhbgaxcq97d1hr5w48ryxr1fig64sjqy2";
19 # Projec thas no tests
22 pythonImportsCheck = [ "pyflic" ];
25 description = "Python module to interact with Flic buttons";
26 homepage = "https://github.com/soldag/pyflic";
27 license = with licenses; [ cc0 ];
28 maintainers = with maintainers; [ fab ];