Package Details: python-pyzotero 1.13.2-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.000001
First Submitted: 2019-09-26 12:39 (UTC)
Last Updated: 2026-07-09 12:54 (UTC)

Latest Comments

« First ‹ Previous 1 2

peippo commented on 2023-07-30 12:31 (UTC)

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!

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.

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)