Last stable version currently fails to build because python-uv-build is too new
==> Starting build()...
* Getting build dependencies for wheel...
ERROR Missing dependencies:
uv_build<0.9.0,>=0.8.14
==> ERROR: A failure occurred in build().
| Git Clone URL: | https://aur.archlinux.org/python-pyzotero.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pyzotero |
| Description: | A Python wrapper for the Zotero API |
| Upstream URL: | https://github.com/urschrei/pyzotero |
| Licenses: | BlueOak-1.0.0 |
| Submitter: | j_4321 |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 2 |
| Popularity: | 0.000032 |
| First Submitted: | 2019-09-26 12:39 (UTC) |
| Last Updated: | 2025-04-27 09:37 (UTC) |
Last stable version currently fails to build because python-uv-build is too new
==> Starting build()...
* Getting build dependencies for wheel...
ERROR Missing dependencies:
uv_build<0.9.0,>=0.8.14
==> ERROR: A failure occurred in build().
Hi, shouldn't python-httpx be listed as a dependency? httpx is imported at line 35 of zotero.py, and I couldn't create a Zotero instance until I installed python-httpx. Thanks for your work!
Upstream license have changed, for the records I have send an updated pkgbuild to j_4321
Hi, I can help co-maintaining this for a while but this shouldn't be merged into python-zotero for a variety of reasons
Username: j_4321
Last Login: 2024-09-14 (UTC)
TITLE TYPE TAG NAME PUBLISHED
v1.6.4 Latest v1.6.4 about 13 days ago
v1.6.3 v1.6.3 about 14 days ago
v1.6.2 v1.6.2 about 19 days ago
v1.6.1 v1.6.1 about 24 days ago
v1.6.0 v1.6.0 about 26 days ago
v1.5.28 v1.5.28 about 1 month ago
v1.5.27 v1.5.27 about 1 month ago
v1.5.25 v1.5.25 about 4 months ago
This PKGBUILD is very outdated.
In the mean time there is another well maintained new PKGBUILD,
Perhaps you will want to delete this PKGBUILD "python-pyzotero" and join efforts with "python-zotero".
Name : python-zotero
AUR URL : https://aur.archlinux.org/packages/python-zotero
First Submitted : Sun 19 Jan 2025 05:49:16 PM WET
Last Modified : Sun 19 Jan 2025 05:49:16 PM WET
Maintainer : daskol
I have updated the PKBUILD and checked that the package builds in a clean chroot.
@j_4321, kindly modernize the build procedure. You can have a look at the recently updated pyzotero-git's PKGBUILD for a template.
@peippo, pip is definitely not needed by this, if built by following the required PEP 517 standard based installation procedure.
Also, pip should never be used in a PKGBUILD, as the latter is usually executed with root privileges, and pip should never be run as such (even it complains about that if one does so anyway).
Hi! My comment from a year ago still stands: could you please add python-pip to the makedepends? Otherwise this does not build in a clean chroot. Thanks!
Please don't mark the package as outdated to raise an issue about the PKGBUILD, write a comment instead.
Pinned Comments
FabioLolix commented on 2025-11-20 14:46 (UTC)
Last stable version currently fails to build because
python-uv-buildis too newj_4321 commented on 2023-07-18 14:45 (UTC)
Please don't mark the package as outdated to raise an issue about the PKGBUILD, write a comment instead.