11 buildPythonPackage rec {
16 disabled = pythonOlder "3.9";
21 hash = "sha256-8Nkkgznt4JzImJSAbdaX6znhvmgqwOIBjAXVhaMorLk=";
24 nativeBuildInputs = [ setuptools ];
26 propagatedBuildInputs = [
34 pythonImportsCheck = [ "microbot" ];
37 description = "Library to communicate with MicroBot";
38 homepage = "https://github.com/spycle/pyMicroBot/";
39 changelog = "https://github.com/spycle/pyMicroBot/releases/tag/v${version}";
40 license = licenses.mit;
41 maintainers = with maintainers; [ fab ];