12 buildPythonPackage rec {
13 pname = "aioapcaccess";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
21 repo = "aioapcaccess";
22 rev = "refs/tags/v${version}";
23 hash = "sha256-nI8hfHfSLMOKPcG5idYqqa/msJuR/Xt+JmgzdftlN28=";
36 pythonImportsCheck = [ "aioapcaccess" ];
39 description = "Module for working with apcaccess";
40 homepage = "https://github.com/yuxincs/aioapcaccess";
41 changelog = "https://github.com/yuxincs/aioapcaccess/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];