aboutsummaryrefslogtreecommitdiffstats
path: root/python3-telethon
AgeCommit message (Collapse)AuthorFilesLines
3 dayspython3-telethon: declare build frontends in REQUIRESmainDanilo M.1-1/+1
The SlackBuild calls python3 -m build and python3 -m installer directly, so both belong in REQUIRES even though hatchling's dep chain already pulls them in transitively on 15.0 (via python3-editables and python3-wheel). Declaring them keeps the .info correct if that chain ever changes. Rebuilt clean on -current and 15.0. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
3 dayspython3-telethon: add version 1.44.0Danilo M.4-0/+153
Telegram client library for Python 3. Built from the codeberg tag archive rather than the PyPI sdist: the sdist omits telethon_generator/, which the hatch build hook imports to generate the tl/ layer, so a source build of it always fails. Tested on -current and 15.0. 15.0 additionally needs python3-hatchling (-current ships it in base) and the PYTHONPATH=/opt/python$PYVER line for SBo's -opt packaging/setuptools. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>