13 buildPythonPackage rec {
14 pname = "quantum-gateway";
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
21 owner = "cisasteelersfan";
22 repo = "quantum_gateway";
24 hash = "sha256-jwLfth+UaisPR0p+UHfm6qMXT2eSYWnsYEp0BqyeI9U=";
27 propagatedBuildInputs = [
38 pythonImportsCheck = [ "quantum_gateway" ];
41 # Tests require network features
46 description = "Python library for interacting with Verizon Fios Quantum gateway devices";
47 homepage = "https://github.com/cisasteelersfan/quantum_gateway";
48 license = with licenses; [ mit ];
49 maintainers = with maintainers; [ fab ];