22 lines
783 B
Text
22 lines
783 B
Text
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
|
|
|
pkgname=py3-pytelegrambotapi
|
|
pkgver=4.10.0
|
|
pkgrel=0
|
|
arch='noarch'
|
|
pkgdesc="A simple, but extensible Python implementation for the Telegram Bot API."
|
|
url="https://pypi.org/project/pyTelegramBotAPI/"
|
|
license="GPL2"
|
|
depends=python3
|
|
makedepends="python3 py3-setuptools"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/eternnoir/pyTelegramBotAPI/archive/$pkgver.tar.gz"
|
|
builddir="$srcdir"/pyTelegramBotAPI-$pkgver
|
|
options="!check"
|
|
|
|
package() {
|
|
python3 setup.py install --root=$pkgdir/
|
|
}
|
|
sha512sums="
|
|
ba8a4251357fe24a0aae29cdf791a1e71667bbb0eda6f214211f9cd24dcf9074d4e0d5af1398992d8e6b76f573fa184e6e35322286de9aa0a333296257535fcb py3-pytelegrambotapi-4.10.0.tar.gz
|
|
"
|