11 buildPythonPackage rec {
12 pname = "crownstone-sse";
16 disabled = pythonOlder "3.8";
19 pname = "crownstone_sse";
21 hash = "sha256-RUqo68UAVGV+JmauKsGlp7dG8FzixHBDnr3eho/IQdY=";
24 build-system = [ setuptools ];
31 # Tests are only providing coverage
34 pythonImportsCheck = [ "crownstone_sse" ];
37 description = "Python module for listening to Crownstone SSE events";
38 homepage = "https://github.com/Crownstone-Community/crownstone-lib-python-sse";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];