Loading pkgs/development/python-modules/python-telegram-bot/default.nix +29 −33 Original line number Diff line number Diff line { lib , aiolimiter , apscheduler , beautifulsoup4 , buildPythonPackage , cachetools , cryptography , fetchFromGitHub , flaky , httpx , pytest-asyncio , pytest-timeout , pytest-xdist , pytestCheckHook , pythonOlder , pytz , setuptools , wheel , tornado { lib, aiolimiter, apscheduler, beautifulsoup4, buildPythonPackage, cachetools, cryptography, fetchFromGitHub, flaky, httpx, pytest-asyncio, pytest-timeout, pytest-xdist, pytestCheckHook, pythonOlder, pytz, setuptools, tornado, }: buildPythonPackage rec { pname = "python-telegram-bot"; version = "21.1.1"; version = "21.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -30,24 +30,19 @@ buildPythonPackage rec { owner = "python-telegram-bot"; repo = "python-telegram-bot"; rev = "refs/tags/v${version}"; hash = "sha256-BZrcYZxivrZIkHKqi+x9M4A9XE9dD//2PqzRwA3vuGU="; hash = "sha256-l5twJbyZh30+pt9DsCpQRuSav8qYNGlIhQW0qY9BmO4="; }; nativeBuildInputs = [ setuptools wheel ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aiolimiter apscheduler cachetools cryptography httpx pytz ] ++ httpx.optional-dependencies.socks ++ httpx.optional-dependencies.http2; ] ++ httpx.optional-dependencies.socks ++ httpx.optional-dependencies.http2; nativeCheckInputs = [ beautifulsoup4 Loading @@ -59,9 +54,7 @@ buildPythonPackage rec { tornado ]; pythonImportsCheck = [ "telegram" ]; pythonImportsCheck = [ "telegram" ]; disabledTests = [ # Tests require network access Loading Loading @@ -129,6 +122,9 @@ buildPythonPackage rec { homepage = "https://python-telegram-bot.org"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst"; license = licenses.lgpl3Only; maintainers = with maintainers; [ veprbl pingiun ]; maintainers = with maintainers; [ veprbl pingiun ]; }; } Loading
pkgs/development/python-modules/python-telegram-bot/default.nix +29 −33 Original line number Diff line number Diff line { lib , aiolimiter , apscheduler , beautifulsoup4 , buildPythonPackage , cachetools , cryptography , fetchFromGitHub , flaky , httpx , pytest-asyncio , pytest-timeout , pytest-xdist , pytestCheckHook , pythonOlder , pytz , setuptools , wheel , tornado { lib, aiolimiter, apscheduler, beautifulsoup4, buildPythonPackage, cachetools, cryptography, fetchFromGitHub, flaky, httpx, pytest-asyncio, pytest-timeout, pytest-xdist, pytestCheckHook, pythonOlder, pytz, setuptools, tornado, }: buildPythonPackage rec { pname = "python-telegram-bot"; version = "21.1.1"; version = "21.2"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -30,24 +30,19 @@ buildPythonPackage rec { owner = "python-telegram-bot"; repo = "python-telegram-bot"; rev = "refs/tags/v${version}"; hash = "sha256-BZrcYZxivrZIkHKqi+x9M4A9XE9dD//2PqzRwA3vuGU="; hash = "sha256-l5twJbyZh30+pt9DsCpQRuSav8qYNGlIhQW0qY9BmO4="; }; nativeBuildInputs = [ setuptools wheel ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ aiolimiter apscheduler cachetools cryptography httpx pytz ] ++ httpx.optional-dependencies.socks ++ httpx.optional-dependencies.http2; ] ++ httpx.optional-dependencies.socks ++ httpx.optional-dependencies.http2; nativeCheckInputs = [ beautifulsoup4 Loading @@ -59,9 +54,7 @@ buildPythonPackage rec { tornado ]; pythonImportsCheck = [ "telegram" ]; pythonImportsCheck = [ "telegram" ]; disabledTests = [ # Tests require network access Loading Loading @@ -129,6 +122,9 @@ buildPythonPackage rec { homepage = "https://python-telegram-bot.org"; changelog = "https://github.com/python-telegram-bot/python-telegram-bot/blob/v${version}/CHANGES.rst"; license = licenses.lgpl3Only; maintainers = with maintainers; [ veprbl pingiun ]; maintainers = with maintainers; [ veprbl pingiun ]; }; }