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