9 buildPythonPackage rec {
11 version = "2023.11.1";
14 disabled = pythonOlder "3.9";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-gLP5N07msjuQeeyjbCvZK4TrVyZKUCSSKsjNY5Pa9gQ=";
31 pythonImportsCheck = [
36 description = "Module to interact with Duotecno IP interfaces";
37 homepage = "https://github.com/Cereal2nd/pyDuotecno";
38 changelog = "https://github.com/Cereal2nd/pyDuotecno/releases/tag/${version}";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ fab ];