Search Criteria
Package Details: posting 2.2.0-1
Package Actions
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) |
Dependencies (18)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-click-default-groupAUR
- python-dotenv
- python-httpx (python-httpx-gitAUR)
- python-pydantic (python-pydantic-gitAUR)
- python-pydantic-settings
- python-pyperclip
- python-rich
- python-textual (python-textual-gitAUR)
- python-textual-autocompleteAUR
- python-typing_extensions
- python-watchfiles
- python-xdg-base-dirsAUR
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
Latest Comments
vitaliikuzhdin commented on 2024-11-10 17:34 (UTC)
@jaja27, the error occurs in
extra/python-markdown-it-py
:If I’m not mistaken,
extra/python-linkify-it-py
should be added as a direct dependency inextra/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 typingf1
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.