11 buildPythonPackage rec {
12 pname = "routeros-api";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
20 repo = "routeros-api";
21 rev = "refs/tags/${version}";
22 hash = "sha256-6IpoByG3YhHh2dPS18ufaoI1vzTZBsZa9WNHS/fImrg=";
25 build-system = [ setuptools ];
32 pythonImportsCheck = [ "routeros_api" ];
35 description = "Python API to RouterBoard devices produced by MikroTik";
36 homepage = "https://github.com/socialwifi/RouterOS-api";
37 changelog = "https://github.com/socialwifi/RouterOS-api/blob/${version}/CHANGELOG.md";
38 license = licenses.mit;
39 maintainers = with maintainers; [ quentin ];