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