9 buildPythonPackage rec {
10 pname = "pyqwikswitch";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-IpyWz+3EMr0I+xULBJJhBgdnQHNPJIM1SqKFLpszhQc=";
19 propagatedBuildInputs = [
24 pythonImportsCheck = [
26 "pyqwikswitch.threaded"
29 doCheck = false; # no tests in sdist
32 description = "QwikSwitch USB Modem API binding for Python";
33 homepage = "https://github.com/kellerza/pyqwikswitch";
34 license = licenses.mit;
35 maintainers = teams.home-assistant.members;