8 buildPythonPackage rec {
9 pname = "airtouch4pyapi";
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "LonePurpleWolf";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-RiRwebumidn0nijL/e9J74ZYx0DASi1up5BTNxYoGEA=";
22 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [ "airtouch4pyapi" ];
32 description = "Python API for Airtouch 4 controllers";
33 homepage = "https://github.com/LonePurpleWolf/airtouch4pyapi";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];