15 buildPythonPackage rec {
20 disabled = pythonOlder "3.11";
22 src = fetchFromGitHub {
26 hash = "sha256-j2PjSaOx0IKijoMjhtYVNrpqEwRjVFsON5OU/Fv5idc=";
42 pythonImportsCheck = [ "propcache" ];
45 description = "Fast property caching";
46 homepage = "https://github.com/aio-libs/propcache";
47 changelog = "https://github.com/aio-libs/propcache/blob/${src.rev}/CHANGES.rst";
48 license = lib.licenses.asl20;
49 maintainers = with lib.maintainers; [ fab ];