9 buildPythonPackage rec {
10 pname = "pyblackbird";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-+ehzrr+RrwFKOOuxBq3+mwnuMPxZFV4QTZG1IRgsbLc=";
23 propagatedBuildInputs = [
28 # Test setup try to create a serial port
31 pythonImportsCheck = [
36 description = "Python implementation for Monoprice Blackbird units";
37 homepage = "https://github.com/koolsb/pyblackbird";
38 changelog = "https://github.com/koolsb/pyblackbird/releases/tag/${version}";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];