8 buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-sVRT40+Bb/VFmtg82TUCmqWBxqRTRj4DxeLZe9IKQyo=";
17 propagatedBuildInputs = [ zope-i18nmessageid zope-interface ];
20 homepage = "https://github.com/zopefoundation/zope.size";
21 description = "Interfaces and simple adapter that give the size of an object";
22 license = licenses.zpl20;
23 maintainers = with maintainers; [ goibhniu ];