8 buildPythonPackage rec {
9 pname = "zope-cachedescriptors";
12 format = "setuptools";
15 pname = "zope.cachedescriptors";
17 hash = "sha256-MVe+hm/Jck0Heotb9sP8IcOKQUerZk5yRiLf5fr/BIo=";
20 propagatedBuildInputs = [
29 "src/zope/cachedescriptors/tests.py"
32 pythonImportsCheck = [ "zope.cachedescriptors" ];
35 description = "Method and property caching decorators";
36 homepage = "https://github.com/zopefoundation/zope.cachedescriptors";
37 license = lib.licenses.zpl21;
38 maintainers = with lib.maintainers; [ dotlambda ];