6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330";
16 description = "An event publishing system";
17 homepage = "https://pypi.org/project/zope.event/";
18 license = licenses.zpl20;
19 maintainers = with maintainers; [ goibhniu ];