11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-tDPu/ceH7+7AnxokADDfl+G56B0+ri8RxXxXEyWa61Q=";
25 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "pyobihai" ];
35 description = "Module to interact with Obihai devices";
36 homepage = "https://github.com/ejpenney/pyobihai";
37 changelog = "https://github.com/ejpenney/pyobihai/releases/tag/${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];