Package Details: python-pkb-client-git r270.bd8d4cc-1

Git Clone URL: https://aur.archlinux.org/python-pkb-client-git.git (read-only, click to copy)
Package Base: python-pkb-client-git
Description: Unofficial client for the Porkbun API
Upstream URL: https://github.com/infinityofspace/pkb_client
Licenses: MIT
Conflicts: python-pkb-client
Provides: python-pkb-client
Submitter: archie123q
Maintainer: AlphaJack
Last Packager: archie123q
Votes: 1
Popularity: 0.084232
First Submitted: 2026-01-17 21:49 (UTC)
Last Updated: 2026-01-17 21:49 (UTC)

Latest Comments

archie123q commented on 2026-01-18 00:24 (UTC)

If you have trouble building this package with Python 3.14 support try using python-pkb-client-git AUR package I've recently submitted to AUR.

Upstream repository maintainer doesn't have released a new release of pkb-client nor patch for 2.2.0 release providing Python 3.14 support.

dodecahedron commented on 2024-12-03 02:50 (UTC)

I noticed that this package mistakenly installs the tests directory to /usr/lib/python3.12/site-packages/tests and the Arch Wiki says it's likely an upstream problem: https://wiki.archlinux.org/title/Python_package_guidelines#Test_directory_in_site-package

In the meantime, one hacky workaround is to rm -r tests before building the package.