Search Criteria
Package Details: python-telethon 1.43.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-telethon.git (read-only, click to copy) |
|---|---|
| Package Base: | python-telethon |
| Description: | Full-featured Telegram client library for Python 3 |
| Upstream URL: | https://telethon.dev |
| Licenses: | MIT |
| Submitter: | MaskRay |
| Maintainer: | lilydjwg (lilac) |
| Last Packager: | lilac |
| Votes: | 8 |
| Popularity: | 0.006505 |
| First Submitted: | 2017-11-03 04:47 (UTC) |
| Last Updated: | 2026-04-20 12:33 (UTC) |
Dependencies (10)
- python-pyaes
- python-rsa
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-cryptgAUR (optional) – alternative crypto library
- python-hachoir (optional) – parse media metadata for uploading
- python-isal (optional) – faster zlib and gzip compression
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR) (optional) – resize photos for uploading
- python-python-socks (optional) – socks proxy support
Latest Comments
« First ‹ Previous 1 2
novenary commented on 2019-03-31 20:51 (UTC) (edited on 2019-03-31 20:52 (UTC) by novenary)
Hi, there are some minor issues with your PKGBUILD:
- async_generator is no longer required
- setuptools should be in the
makedependsarray, it's not required at runtime at any point- you should not set $LANG unless it's strictly necessary to build (which is not the case here), and especially not to en_US.UTF-8 as it will to fail if that locale isn't enabled on the build machine
- since the license is MIT, you should install the license file (
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE")I maintain the -git equivalent of this package and talk to the author on a daily basis, feel free to ask me if you have any questions. :)
5boro commented on 2018-08-08 09:42 (UTC)
Missing dependency : python-async_generator
« First ‹ Previous 1 2