Package Details: python-pyzotero 1.11.1-1

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.000004
First Submitted: 2019-09-26 12:39 (UTC)
Last Updated: 2026-04-27 05:13 (UTC)

Pinned Comments

FabioLolix commented on 2025-11-20 14:46 (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().

j_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.

Latest Comments

« First ‹ Previous 1 2

MarsSeed commented on 2023-07-18 14:20 (UTC)

Hi,

The nonexistent python-pathlib is not needed, but python-requests is a mandatory dependency.

peippo commented on 2022-05-08 09:38 (UTC) (edited on 2022-05-08 12:30 (UTC) by peippo)

Hi! For 1.5.4-1, I had to add python-pip to the makedepends to build in a chroot (maybe upstream changed the build process). Could you add that to the PKGBUILD? Thanks!

Eothred commented on 2020-09-23 08:00 (UTC) (edited on 2020-09-23 08:01 (UTC) by Eothred)

Recommend to add something similar to the two commands below to remove the "test module":

  cd "${pkgdir}"
  rm -rf usr/lib/python*/site-packages/test

(edits: formatting of code)