Package Details: posting 2.2.0-1

Git Clone URL: https://aur.archlinux.org/posting.git (read-only, click to copy)
Package Base: posting
Description: The modern API client that lives in your terminal
Upstream URL: https://github.com/darrenburns/posting
Keywords: api client tui
Licenses: MIT
Submitter: vitaliikuzhdin
Maintainer: vitaliikuzhdin
Last Packager: vitaliikuzhdin
Votes: 0
Popularity: 0.000000
First Submitted: 2024-08-06 08:50 (UTC)
Last Updated: 2024-11-17 22:57 (UTC)

Latest Comments

vitaliikuzhdin commented on 2024-11-10 17:34 (UTC)

@jaja27, the error occurs in extra/python-markdown-it-py:

/usr/lib/python3.12/site-packages/markdown_it/rules_inline/linkify.py:17 in linkify
ModuleNotFoundError: Linkify enabled but not installed.

If I’m not mistaken, extra/python-linkify-it-py should be added as a direct dependency in extra/python-markdown-it-py, not just as a check dependency and not within my package (aur/posting). Please report this issue to the respective maintainer.

jaja27 commented on 2024-11-10 17:11 (UTC)

The package extra/python-linkify-it-py should probably be added to dependencies, or at the very least to optdepends, or else the program crash when typing f1 to load the help.

loriel commented on 2024-09-11 15:16 (UTC)

Hey This package depends on python-watchfiles>= 0.24, but there is only 0.23.0-2 in extra repo.

With python-watchfiles>= 0.23 in PKBUILD, there is no problem for building.