8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-GGhIKHbJ31IN0Uoe689X9V/MZvtseE47qx2CmM4MYUs=";
26 pythonImportsCheck = [
31 "events/tests/tests.py"
35 description = "Bringing the elegance of C# EventHanlder to Python";
36 homepage = "https://events.readthedocs.org";
37 changelog = "https://github.com/pyeve/events/blob/v0.5/CHANGES";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ ];