Loading pkgs/development/python-modules/pubnub/default.nix +17 −20 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , busypie , cbor2 , fetchFromGitHub , pycryptodomex , pytestCheckHook , pytest-vcr , pytest-asyncio , requests , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, busypie, cbor2, fetchFromGitHub, pycryptodomex, pytestCheckHook, pytest-vcr, pytest-asyncio, requests, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -21,15 +22,13 @@ buildPythonPackage rec { disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = pname; owner = "pubnub"; repo = "python"; rev = "refs/tags/v${version}"; hash = "sha256-4Paodw3t2RvAKrDMcWHIGLs5JNtH/9sP+BTyAm/hj4E="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading Loading @@ -57,9 +56,7 @@ buildPythonPackage rec { "test_handshaking" ]; pythonImportsCheck = [ "pubnub" ]; pythonImportsCheck = [ "pubnub" ]; meta = with lib; { description = "Python-based APIs for PubNub"; Loading Loading
pkgs/development/python-modules/pubnub/default.nix +17 −20 Original line number Diff line number Diff line { lib , aiohttp , buildPythonPackage , busypie , cbor2 , fetchFromGitHub , pycryptodomex , pytestCheckHook , pytest-vcr , pytest-asyncio , requests , pythonOlder , setuptools { lib, aiohttp, buildPythonPackage, busypie, cbor2, fetchFromGitHub, pycryptodomex, pytestCheckHook, pytest-vcr, pytest-asyncio, requests, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -21,15 +22,13 @@ buildPythonPackage rec { disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = pname; owner = "pubnub"; repo = "python"; rev = "refs/tags/v${version}"; hash = "sha256-4Paodw3t2RvAKrDMcWHIGLs5JNtH/9sP+BTyAm/hj4E="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ aiohttp Loading Loading @@ -57,9 +56,7 @@ buildPythonPackage rec { "test_handshaking" ]; pythonImportsCheck = [ "pubnub" ]; pythonImportsCheck = [ "pubnub" ]; meta = with lib; { description = "Python-based APIs for PubNub"; Loading