Package Details: jiratui-git 1.6.2.r0.gfc97e1d-1

Git Clone URL: https://aur.archlinux.org/jiratui-git.git (read-only, click to copy)
Package Base: jiratui-git
Description: A Textual User Interface for interacting with Atlassian Jira from your shell
Upstream URL: https://github.com/whyisdifficult/jiratui
Keywords: jira
Licenses: MIT
Conflicts: jiratui
Provides: jiratui
Submitter: trojkat
Maintainer: trojkat
Last Packager: trojkat
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-13 20:42 (UTC)
Last Updated: 2026-01-16 20:00 (UTC)

Latest Comments

bannert commented on 2026-03-31 07:49 (UTC)

Broken upstream again because of the requirement on python-uv-build<0.10.0, but python-uv-build is up to version 0.10.3 now.

This issue still exists.

psilidae commented on 2026-03-03 22:39 (UTC)

Broken upstream again because of the requirement on python-uv-build<0.10.0, but python-uv-build is up to version 0.10.3 now.

trojkat commented on 2025-10-14 21:45 (UTC)

@vnoel updated to 1.3.0

vnoel commented on 2025-10-13 12:14 (UTC)

The problem with uv was fixed upstream.

Now there are other missing runtime dependencies: python-textual_image, python-gitpython and maybe more?

vnoel commented on 2025-10-10 07:04 (UTC)

I reported the issue here: https://github.com/whyisdifficult/jiratui/issues/98

vnoel commented on 2025-10-10 06:58 (UTC)

ah no, my bad, actually the problem is the version of uv shipped by python-uv-build does not match the expectation of jiratui-git

vnoel commented on 2025-10-10 06:56 (UTC)

Hi, lookis like uv is missing as a build dependency :)

trojkat commented on 2025-09-29 12:53 (UTC)

@fiskhest: done, thanks!

fiskhest commented on 2025-09-21 22:19 (UTC)

Please add python-dateutil as a dependency.

  File "/usr/lib/python3.13/site-packages/jiratui/api_controller/controller.py", line 11, in <module>
    from dateutil.parser import isoparse  # type:ignore[import-untyped]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'dateutil'