Package Details: python-pyzotero 1.5.18-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: MIT
Submitter: j_4321
Maintainer: j_4321
Last Packager: j_4321
Votes: 1
Popularity: 0.000000
First Submitted: 2019-09-26 12:39 (UTC)
Last Updated: 2023-10-06 15:01 (UTC)

Pinned Comments

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

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 PKGBUILD for 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).

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)