Search Criteria
Package Details: python-telethon 1.37.0-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://github.com/LonamiWebs/Telethon |
Licenses: | MIT |
Submitter: | MaskRay |
Maintainer: | lilydjwg (lilac) |
Last Packager: | lilac |
Votes: | 7 |
Popularity: | 0.015737 |
First Submitted: | 2017-11-03 04:47 (UTC) |
Last Updated: | 2024-09-23 22:01 (UTC) |
Dependencies (11)
- python-pyaes
- python-rsa
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-cryptgAUR (optional) – alternative crypto library
- python-hachoir (optional) – parse media metadata for uploading
- python-pillow (python-pillow-gitAUR) (optional) – resize photos for uploading
- python-pysocks (optional) – socks proxy support
- 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
makedepends
array, 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