14 buildPythonPackage rec {
19 disabled = pythonOlder "3.11";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-S0u5/HJYtZCWB9X+Nlnz+oSFb3o98mGWWwsNLodzS9g=";
40 pythonImportsCheck = [ "propcache" ];
43 description = "Fast property caching";
44 homepage = "https://github.com/aio-libs/propcache";
45 changelog = "https://github.com/aio-libs/propcache/blob/${src.rev}/CHANGES.rst";
46 license = lib.licenses.asl20;
47 maintainers = with lib.maintainers; [ fab ];