12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
21 repo = "Aranet4-Python";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-PdEOEVHri9bhsRFtSqZIaTJ7perD6nZcYoF2sDrWXqg=";
26 build-system = [ setuptools ];
33 nativeCheckInputs = [ pytestCheckHook ];
35 pythonImportsCheck = [ "aranet4" ];
38 # Test compares rendered output
43 description = "Module to interact with Aranet4 devices";
44 homepage = "https://github.com/Anrijs/Aranet4-Python";
45 license = with licenses; [ mit ];
46 maintainers = with maintainers; [ fab ];
47 mainProgram = "aranetctl";