17 buildPythonPackage rec {
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-UkW/7KUQ4uCu3cxDSL+kw0gjKjs4KnmxRIOLVP4hwyA=";
32 sed -i "/--cov/d" pyproject.toml
35 build-system = [ poetry-core ];
51 pythonImportsCheck = [ "pubnub" ];
54 description = "Fork of pubnub";
55 homepage = "https://github.com/bdraco/freenub";
56 changelog = "https://github.com/bdraco/freenub/blob/${version}/CHANGELOG.md";
57 license = licenses.mit;
58 maintainers = with maintainers; [ fab ];