10 buildPythonPackage rec {
11 pname = "pyblackbird";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-+ehzrr+RrwFKOOuxBq3+mwnuMPxZFV4QTZG1IRgsbLc=";
24 propagatedBuildInputs = [
29 # Test setup try to create a serial port
32 pythonImportsCheck = [ "pyblackbird" ];
35 description = "Python implementation for Monoprice Blackbird units";
36 homepage = "https://github.com/koolsb/pyblackbird";
37 changelog = "https://github.com/koolsb/pyblackbird/releases/tag/${version}";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];