ayaports/user/py3-pytelegrambotapi/APKBUILD
2023-03-31 16:26:25 -04:00

22 lines
781 B
Text

# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=py3-pytelegrambotapi
pkgver=3.7.6
pkgrel=1
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="
87344579a499db7e18c16eb9d4a72c714d8401bdddc6150cc7d2fda68aae094a3bf78fc06caa754ffc6d22df876efb9469b21a6800958c9c1d40d82129a993ac py3-pytelegrambotapi-3.7.6.tar.gz
"