10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-PWeR8xteLMxlOHcJJCtTI0o8QNzwGJVkUACmvf4tXWY=";
24 propagatedBuildInputs = [
28 passthru.optional-dependencies = {
38 pythonImportsCheck = [
43 description = "Python driver/interface for Lego Mindstorms NXT robot";
44 homepage = "https://github.com/schodet/nxt-python";
45 changelog = "https://github.com/schodet/nxt-python/releases/tag/${version}";
46 license = licenses.gpl3Only;
47 maintainers = with maintainers; [ ibizaman ];