# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=py3-telegram-bot _pkgname=python-telegram-bot pkgver=12.4.2 pkgrel=0 pkgdesc="A Python wrapper around the Telegram Bot API" url="https://github.com/python-telegram-bot/python-telegram-bot" arch="noarch" license="LGPL-3.0-or-later" depends="py3-future py3-certifi py3-tornado py3-cryptography" #checkdepends="pytest py-cffi py-cryptography py-future py-pathlib2" options="!check" # few requirements-dev.txt packages missing in alpine makedepends="py3-setuptools" source="https://github.com/python-telegram-bot/python-telegram-bot/releases/download/v$pkgver/python-telegram-bot-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver replaces="py-telegram-bot" # Backwards compatibility provides="py-telegram-bot=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="56de6a820e8781a4f1dc4fd12e562d54a1ffed461a744425ccb2a92cc5dec0ceb984724f95dc224a16d5cdfabbf1305fce960741089257a4357147069e0bb1c8 python-telegram-bot-12.4.2.tar.gz"