Package Details: posting 2.9.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: kchr (vitaliikuzhdin)
Last Packager: vitaliikuzhdin
Votes: 1
Popularity: 0.87
First Submitted: 2024-08-06 08:50 (UTC)
Last Updated: 2025-09-18 10:49 (UTC)

Latest Comments

kchr commented on 2025-09-15 20:31 (UTC)

@mrjxtr It may cause an issue, yes. I have adopted it for now. This package is currently the only one depending on it, and it is developed by the same upstream developer so I hope it will be an easy task tracking the two for upstream changes.

In other news, I am currently working on bumping this package to 2.8.0 which was released on September 13th.

mrjxtr commented on 2025-08-23 22:34 (UTC)

python-textual-autocompleteAUR is -> Orphan (unmaintained) AUR Packages: python-textual-autocomplete

will this be a problem in the future?

micwoj92 commented on 2025-06-25 19:51 (UTC)

dep python-linkify-it-py not needed.

vitaliikuzhdin commented on 2024-11-19 19:44 (UTC)

@kkoyung, fixed.

kkoyung commented on 2024-11-19 04:22 (UTC)

The sha256sums in PKGBUILD (2.2.0-1) does not match the downloaded source file posting-2.2.0.tar.gz. It's probably caused by forgetting to update it while upgrading PKGBUILD from 2.1.1 to 2.2.0.

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.