10 buildPythonPackage rec {
11 pname = "telegram-text";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
18 repo = "telegram-text";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-eUy4kyCmM/5Ag/0s9hYW2IIg+OTX2L7EsoOYivhd0pU=";
23 nativeBuildInputs = [ poetry-core ];
25 nativeCheckInputs = [ pytestCheckHook ];
28 description = "Python markup module for Telegram messenger";
29 downloadPage = "https://github.com/SKY-ALIN/telegram-text";
30 homepage = "https://telegram-text.alinsky.tech/";
31 changelog = "https://github.com/SKY-ALIN/telegram-text/blob/v${version}/CHANGELOG.md";
32 license = licenses.mit;
33 maintainers = with maintainers; [ sikmir ];