ayaports/user/py3-pytelegrambotapi/APKBUILD

23 lines
783 B
Text
Raw Normal View History

2023-03-31 20:26:25 +00:00
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
2021-06-04 15:24:22 +00:00
2023-03-31 20:26:25 +00:00
pkgname=py3-pytelegrambotapi
pkgver=4.10.0
pkgrel=0
2021-06-04 15:24:22 +00:00
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"
2023-03-31 20:26:25 +00:00
source="$pkgname-$pkgver.tar.gz::https://github.com/eternnoir/pyTelegramBotAPI/archive/$pkgver.tar.gz"
builddir="$srcdir"/pyTelegramBotAPI-$pkgver
2021-06-04 15:24:22 +00:00
options="!check"
package() {
2023-03-31 20:26:25 +00:00
python3 setup.py install --root=$pkgdir/
2021-06-04 15:24:22 +00:00
}
2023-01-11 00:40:45 +00:00
sha512sums="
ba8a4251357fe24a0aae29cdf791a1e71667bbb0eda6f214211f9cd24dcf9074d4e0d5af1398992d8e6b76f573fa184e6e35322286de9aa0a333296257535fcb py3-pytelegrambotapi-4.10.0.tar.gz
2023-01-11 00:40:45 +00:00
"