Package Details: python-zulip-term-git 0.6.0.r539.a9d354c608-1

Git Clone URL: https://aur.archlinux.org/python-zulip-term-git.git (read-only, click to copy)
Package Base: python-zulip-term-git
Description: An interactive terminal interface for Zulip
Upstream URL: https://github.com/zulip/zulip-terminal
Keywords: zulip zulip-terminal
Licenses: GPL
Conflicts: python-zulip-term
Provides: python-zulip-term
Submitter: Anty0
Maintainer: gilcu3
Last Packager: Anty0
Votes: 2
Popularity: 0.000000
First Submitted: 2019-07-22 14:43 (UTC)
Last Updated: 2022-04-05 23:30 (UTC)

Latest Comments

1 2 Next › Last »

gilcu3 commented on 2025-10-23 12:42 (UTC)

@HalJordan I just checked and indeed I am getting the same errors. These errors only affect testing, so it might be possible that the package works even with them. I will need to check if this is known upstream or if anything changed that I need to cope with.

haljordan commented on 2025-10-23 06:16 (UTC)

Anyone else having trouble building this?

XFAIL tests/platform_code/test_platform_code.py::test_notify[WSL-True] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-X-x] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-X-spaced_text] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-X-single] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-X-double] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-spaced_title-x] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-spaced_title-spaced_text] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-spaced_title-single] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-spaced_title-double] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-single-x] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-single-spaced_text] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-single-single] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-single-double] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-double-x] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-double-spaced_text] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-double-single] - WSL notify disabled
XFAIL tests/platform_code/test_platform_code.py::test_notify_quotes[WSL-2-double-double] - WSL notify disabled
XFAIL tests/ui_tools/test_messages.py::TestMessageBox::test_transform_content[quoted level 1-3] - rendered_bug
XFAIL tests/ui_tools/test_messages.py::TestMessageBox::test_transform_content[quoted with links level 1-3-1] - rendered_bug
SKIPPED [6] tests/ui_tools/test_popups.py:883: button already selected

Anty0 commented on 2021-11-11 16:50 (UTC)

Dependencies (hopefully) fixed. Thanks!

julianuu commented on 2021-11-01 08:02 (UTC)

It also requires python-pyperclip and python-distro.

wcasanova commented on 2021-05-07 22:07 (UTC)

please add python-distro, the module is now a dependency

Anty0 commented on 2019-12-16 23:27 (UTC)

Issue should be fixed - python-zulip-api updated to 0.6.3

Anty0 commented on 2019-12-13 05:31 (UTC)

@pdxleif Thanks for the report. I'll apply the fix to the zulip-api package as soon as I get to the PC. :)

pdxleif commented on 2019-12-12 21:05 (UTC)

Upstream issue: https://github.com/zulip/python-zulip-api/issues/530

pdxleif commented on 2019-12-12 20:17 (UTC)

It seems that function just returns ('', '','') on Arch Linux anyways, so I just replaced that invocation to the missing function with that value in the zulip-term source, and it works.

pdxleif commented on 2019-12-12 20:10 (UTC)

Crashes on launch with: module 'platform' has no attribute 'linux_distribution' because that attribute has been removed in Python 3.8