7 buildPythonPackage rec {
8 pname = "zope-hookable";
12 pname = "zope.hookable";
14 sha256 = "sha256-TDAYvPKznPXMz0CCb3mbS4wUAFbbeA+WywyjMqJDvSk=";
17 checkInputs = [ zope_testing ];
20 description = "Supports the efficient creation of “hookable” objects";
21 homepage = "https://github.com/zopefoundation/zope.hookable";
22 license = licenses.zpl21;