7 buildPythonPackage rec {
8 pname = "zope-hookable";
12 pname = "zope.hookable";
14 sha256 = "0hc82lfr7bk53nvbxvjkibkarngyrzgfk2i6bg8wshl0ly0pdl19";
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;