Loading pkgs/development/python-modules/kbcstorage/default.nix +41 −39 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build , setuptools-scm Loading @@ -14,12 +15,13 @@ , responses , unittestCheckHook }: buildPythonPackage rec { pname = "sapi-python-client"; version = "0.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "keboola"; repo = pname; Loading @@ -39,7 +41,7 @@ buildPythonPackage rec { requests ]; # requires API token and an active keboola bucket # Requires API token and an active Keboola bucket # ValueError: Root URL is required. doCheck = false; Loading @@ -59,7 +61,7 @@ buildPythonPackage rec { description = "Keboola Connection Storage API client"; homepage = "https://github.com/keboola/sapi-python-client"; changelog = "https://github.com/keboola/sapi-python-client/releases/tag/${version}"; maintainers = with maintainers; [ mrmebelman ]; license = licenses.mit; maintainers = with maintainers; [ mrmebelman ]; }; } Loading
pkgs/development/python-modules/kbcstorage/default.nix +41 −39 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build , setuptools-scm Loading @@ -14,12 +15,13 @@ , responses , unittestCheckHook }: buildPythonPackage rec { pname = "sapi-python-client"; version = "0.5.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "keboola"; repo = pname; Loading @@ -39,7 +41,7 @@ buildPythonPackage rec { requests ]; # requires API token and an active keboola bucket # Requires API token and an active Keboola bucket # ValueError: Root URL is required. doCheck = false; Loading @@ -59,7 +61,7 @@ buildPythonPackage rec { description = "Keboola Connection Storage API client"; homepage = "https://github.com/keboola/sapi-python-client"; changelog = "https://github.com/keboola/sapi-python-client/releases/tag/${version}"; maintainers = with maintainers; [ mrmebelman ]; license = licenses.mit; maintainers = with maintainers; [ mrmebelman ]; }; }