23 lines
1.1 KiB
Bash
23 lines
1.1 KiB
Bash
# Template file for 'zulip-term'
|
|
pkgname=zulip-term
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
# these two tests don't expect "pytest" to be called as "pytest3"
|
|
make_check_target="
|
|
--deselect tests/cli/test_run.py::test_main_multiple_autohide_options
|
|
--deselect tests/cli/test_run.py::test_main_multiple_notify_options"
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-urwid python3-zulip python3-urwid_readline
|
|
python3-BeautifulSoup4 python3-lxml python3-Pygments python3-typing_extensions
|
|
python3-dateutil python3-pytz python3-tzlocal python3-pyperclip"
|
|
checkdepends="$depends python3-pytest python3-pytest-cov python3-pytest-mock"
|
|
short_desc="Zulip's official terminal client"
|
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/zulip/zulip-terminal"
|
|
changelog="https://raw.githubusercontent.com/zulip/zulip-terminal/main/CHANGELOG.md"
|
|
# pypi sdist does not include tests
|
|
distfiles="https://github.com/zulip/zulip-terminal/archive/refs/tags/${version}.tar.gz"
|
|
checksum=15720263d9d93d8572f77fd2a67d3e988dd2fa9ff81506cd7e1d4dc48f5eebc6
|