mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New package: zulip-term-0.7.0
This commit is contained in:
parent
db1c5be9e8
commit
0579072e6b
1 changed files with 22 additions and 0 deletions
22
srcpkgs/zulip-term/template
Normal file
22
srcpkgs/zulip-term/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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
|
Loading…
Add table
Reference in a new issue