8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
16 owner = "RogerSelwyn";
19 sha256 = "sha256-yXqtABbsCh1yb96lsEA0gquikVenGLCo6J93AeXAC8k=";
22 propagatedBuildInputs = [
26 # Tests require phyiscal hardware
29 pythonImportsCheck = [
34 description = "Python module for accessing SkyQ Hub";
35 homepage = "https://github.com/RogerSelwyn/skyq_hub";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ fab ];