15 lines
608 B
Bash
15 lines
608 B
Bash
# Template file for 'python3-zulip'
|
|
pkgname=python3-zulip
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-click python3-distro python3-requests python3-typing_extensions"
|
|
checkdepends="$depends python3-pytest python3-matrix-nio"
|
|
short_desc="Bindings for the Zulip message API"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/zulip/python-zulip-api"
|
|
distfiles="${PYPI_SITE}/z/zulip/zulip-${version}.tar.gz"
|
|
checksum=7a14149e5d9e3fcc53b13e998719fd1f6ccb8289bc60fccbaa1aafcd0a9d0843
|