25 lines
744 B
Text
25 lines
744 B
Text
# Maintainer: Antoine Martin <dev@ayakael.net>
|
|
|
|
pkgname='py3-pyTelegramBotApi'
|
|
pkgver=3.7.6
|
|
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() {
|
|
|
|
cd $builddir
|
|
|
|
python3 setup.py install --root=$pkgdir/
|
|
|
|
}
|
|
sha512sums="
|
|
87344579a499db7e18c16eb9d4a72c714d8401bdddc6150cc7d2fda68aae094a3bf78fc06caa754ffc6d22df876efb9469b21a6800958c9c1d40d82129a993ac py3-pyTelegramBotApi-3.7.6.tar.gz
|
|
"
|