10 buildPythonPackage rec {
11 pname = "pyskyqremote";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "RogerSelwyn";
20 rev = "refs/tags/${version}";
21 hash = "sha256-aMgUwgKHgR+NQvRxiUV7GaXehjDIlJJJHwSmHDmzK08=";
24 propagatedBuildInputs = [
30 # Project has no tests, only a test script which looks like anusage example
33 pythonImportsCheck = [
38 description = "Python module for accessing SkyQ boxes";
39 homepage = "https://github.com/RogerSelwyn/skyq_remote";
40 changelog = "https://github.com/RogerSelwyn/skyq_remote/releases/tag/${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];