14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
24 rev = "refs/tags/V${version}";
25 hash = "sha256-zRXUjekawf2/zTSlXqHVB02dDkb6HbU4NN6UBgl2rtg=";
28 propagatedBuildInputs = [
42 # Tests require network access
46 "test_relog_after_session_down"
49 pythonImportsCheck = [
54 description = "Python module to get data from Atome Key";
55 homepage = "https://github.com/jugla/pyKeyAtome";
56 changelog = "https://github.com/jugla/pyKeyAtome/releases/tag/V${version}";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];