Search Criteria
Package Details: python-pyzotero 1.13.2-1
Package Actions
| 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.000001 |
| First Submitted: | 2019-09-26 12:39 (UTC) |
| Last Updated: | 2026-07-09 12:54 (UTC) |
Dependencies (13)
- python
- python-bibtexparser (python-bibtexparser-gitAUR)
- python-click
- python-fastmcpAUR
- python-feedparser
- python-httpx (python-httpx-gitAUR)
- python-wheneverAUR (python-whenever-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-toml (make)
- python-uv-build (make)
- python-wheel (make)
Latest Comments
1 2 Next › Last »
FabioLolix commented on 2026-07-08 15:45 (UTC)
btw
python-wheneveris a disguised -bin pkgbuild, anyone interested in maintaining?adamanteye commented on 2026-05-24 07:21 (UTC)
pyzotero actually depends on python-whenever. Please add this as runtime dependency.
FabioLolix commented on 2025-11-20 14:46 (UTC)
Last stable version currently fails to build because
python-uv-buildis too newrhelder commented on 2025-09-29 03:42 (UTC)
Hi, shouldn't
python-httpxbe listed as a dependency?httpxis imported at line 35 ofzotero.py, and I couldn't create aZoteroinstance until I installedpython-httpx. Thanks for your work!FabioLolix commented on 2025-01-21 18:48 (UTC)
Upstream license have changed, for the records I have send an updated pkgbuild to j_4321
FabioLolix commented on 2025-01-21 18:27 (UTC)
Hi, I can help co-maintaining this for a while but this shouldn't be merged into
python-zoterofor a variety of reasonsm040601 commented on 2025-01-21 00:07 (UTC) (edited on 2025-01-21 00:11 (UTC) by m040601)
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".
j_4321 commented on 2023-08-01 09:18 (UTC)
I have updated the PKBUILD and checked that the package builds in a clean chroot.
MarsSeed commented on 2023-07-31 22:05 (UTC)
@j_4321, kindly modernize the build procedure. You can have a look at the recently updated pyzotero-git's
PKGBUILDfor a template.MarsSeed commented on 2023-07-31 22:04 (UTC)
@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).
1 2 Next › Last »