Search Criteria
Package Details: pyzotero-git v1.5.18.r1.gc208d4f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyzotero-git.git (read-only, click to copy) |
---|---|
Package Base: | pyzotero-git |
Description: | A Python wrapper for the Zotero API |
Upstream URL: | https://github.com/urschrei/pyzotero |
Licenses: | GPL |
Conflicts: | pyzotero |
Provides: | pyzotero |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2011-11-30 18:58 (UTC) |
Last Updated: | 2023-11-27 19:57 (UTC) |
Dependencies (7)
- python3 (python)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-toml (python-toml-gitAUR) (make)
- python-wheel (make)
Latest Comments
m040601 commented on 2023-10-01 22:30 (UTC) (edited on 2023-10-03 04:44 (UTC) by m040601)
I know this might be interpreted as annoying and nit picking. Hope not !
But couldnt you rename this PKGBUILD from "pyzotero-git" to "python-pyzotero-git" ?
Seems more compliant with the Arch naming guidelines no ? There is another PKGBUILD, It uses the name "python-pyzotero" , https://aur.archlinux.org/packages/python-pyzotero.
It also builds https://github.com/urschrei/pyzotero . Thats for the "release", not the "git" version. So the "Conflicts" tag should also be used.
The names of the 2 PKGBUILD's are inconsistent. This is confusing and a small annoyance for an end user searching the AUR. Always have to waste time to triple check things.
Thanks in advance.
MarsSeed commented on 2023-07-31 21:57 (UTC)
Though the project's build definition does not currently enforce the
install_requires
insetup.cfg
, but nevertheless those modules are needed by zotero.py.MarsSeed commented on 2023-07-31 21:20 (UTC) (edited on 2023-07-31 21:59 (UTC) by MarsSeed)
Thank you for the update.
Does this module have an executable?
If not, then its name should be python-pyzotero-git, and provide and conflict with
python-pyzotero
.(Well actually it should declare this provides and conflicts regardless.)
Cheers.
EDIT: this is a library, does not have an executable. So the name should have the 'python-' prefix.
Eothred commented on 2019-11-08 12:10 (UTC)
I noticed that this package installs files in /usr/lib/python3.7/site-packages/test/ which I do not think it should do. It ended up being in conflict with another package doing the same for me, which is how I noticed.
j_4321 commented on 2018-07-10 11:48 (UTC)
There are a few missing dependencies: python2-feedparser, python2-bibtexparser (https://aur.archlinux.org/packages/python2-bibtexparser/), python2-pytz, python2-requests and python2-pathlib. In addition python2-setuptools should be added to makedepends.