# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=py3-telegram-bot _pkgname=python-telegram-bot pkgver=12.0.0 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="847f11b642fde3d37101e032c647ef2adf4a8b0e6cee7267b32ac62e0f82db8dc50c6086e9472c81ed713a4804e908adabde2c612a94120a60326681512c1745 python-telegram-bot-12.0.0.tar.gz"