9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-3h9mpopTbEULCx7rcEt/I/ZnUA0L/fJ7Y3L5h/6EuC4=";
27 propagatedBuildInputs = [
31 # no tests implemented
34 pythonImportsCheck = [
39 # it would use the erroneous tag 3.5.1
40 passthru.skipBulkUpdate = true;
43 description = "Python module to talk to Atag One";
44 homepage = "https://github.com/MatsNl/pyatag";
45 changelog = "https://github.com/MatsNl/pyatag/releases/tag/${version}";
46 license = licenses.mit;
47 maintainers = with maintainers; [ dotlambda ];