1 { buildPythonPackage, fetchPypi, lib, vcversioner, pytestrunner, mock, pytest, pytest-asyncio, pytest-trio, twisted, zipp, pyparsing, pyhamcrest, futures, attrs, isPy27 }:
3 buildPythonPackage rec {
9 sha256 = "92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31";
24 ] ++ lib.optional isPy27 [
32 description = "A port of Node.js's EventEmitter to python";
33 homepage = "https://github.com/jfhbrook/pyee";
34 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ kmein ];