9 buildPythonPackage rec {
10 pname = "pubnubsub-handler";
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "sha256:1c44x19zi709sazgl060nkqa7vbaf3iyhwcnwdykhsbipvp6bscy";
19 propagatedBuildInputs = [
25 # Project has no tests
27 pythonImportsCheck = [ "pubnubsubhandler" ];
30 description = "PubNub subscription between PubNub and Home Assistant";
31 homepage = "https://github.com/w1ll1am23/pubnubsub-handler";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];