7 buildPythonPackage rec {
8 pname = "binho-host-adapter";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0mp8xa1qwaww2k5g2nqg7mcivzsbfw2ny1l9yjsi73109slafv8y";
17 propagatedBuildInputs = [ pyserial ];
19 # Project has no tests
21 pythonImportsCheck = [ "binhoHostAdapter" ];
24 description = "Python library for Binho Multi-Protocol USB Host Adapters";
25 homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];