Search Criteria
Package Details: python-pkb-client-git r270.bd8d4cc-1
Package Actions
| 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) |
Dependencies (8)
- python-dnspython (python-dnspython-gitAUR)
- python-requests
- python-responses
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (2)
- certbot-dns-porkbun (requires python-pkb-client)
- certbot-dns-porkbun-git
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/testsand the Arch Wiki says it's likely an upstream problem: https://wiki.archlinux.org/title/Python_package_guidelines#Test_directory_in_site-packageIn the meantime, one hacky workaround is to
rm -r testsbefore building the package.