8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "0m1yd1cb3z8011x7nicxpf091bdcwghcphn0l21c65f71rabzg6s";
19 propagatedBuildInputs = [
24 # Test setup try to create a serial port
26 pythonImportsCheck = [ "pyblackbird" ];
29 description = "Python implementation for Monoprice Blackbird units";
30 homepage = "https://github.com/koolsb/pyblackbird";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];