Search Criteria
Package Details: python-habanero 1.2.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-habanero.git (read-only, click to copy) |
---|---|
Package Base: | python-habanero |
Description: | A low level client for Crossref's Search API |
Upstream URL: | https://github.com/sckott/habanero |
Licenses: | LicenseRef-MIT |
Submitter: | JP-Ellis |
Maintainer: | gesh |
Last Packager: | gesh |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-13 20:42 (UTC) |
Last Updated: | 2024-04-30 16:58 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-requests
- python-tqdm
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-bibtexparser (python-bibtexparser-gitAUR) (optional) – attempt to fix misformatted bibtex
Latest Comments
JP-Ellis commented on 2024-03-25 20:18 (UTC)
@gesh, you are welcome to update the PKGBUILD yourself as the package currently has no owner.
gesh commented on 2024-03-25 13:36 (UTC) (edited on 2024-03-25 13:57 (UTC) by gesh)
Please update to PEP517 installs -- directly invoking
setup.py
is deprecated nowadays. In particular, there's no need forpython-pip
.JP-Ellis commented on 2023-09-02 23:11 (UTC)
@m040601 Thanks for testing! I'll make sure to add them as make dependencies later today. The warnings you see are deprecation warnings because Habanero is using an old way of packaging Python modules, but is otherwise of no harm to the installation.
Thanks for testing!
m040601 commented on 2023-09-02 22:31 (UTC) (edited on 2023-09-02 22:34 (UTC) by m040601)
Yeap. Can confirm.
First installing the official arch package "python-pip",
So "python-pip" also pulls "python-wheel".
Then installing the AUR "python-habanero" ,
yay -S python-habanero,
again those license warnings,
But it went fast and seems to have installed OK.
I then removed,
$ sudo pacman -Rns python-wheel python-pip
Yes, because I dont want them on my system if I dont need them.
I guess they are just a "make" dependency for habanaro, and can be uninstalled, am I right ?
JP-Ellis commented on 2023-09-02 05:33 (UTC)
@m040601 Can you check whether installing
python-pip
fixes the issue? From the error log, it looks like that's the underlying issue. Once you have confirmed, I'll update the PKGBUILD :)m040601 commented on 2023-08-31 16:41 (UTC) (edited on 2023-08-31 16:51 (UTC) by m040601)
Currently fails on my system, and therefore I cant build "papis"
yigits commented on 2022-10-14 10:50 (UTC)
Hello, I've updated the PKGBUILD and fixed
namcap
warnings, this also uses the GitHub URL rather than the pypi one;Foxboron commented on 2018-10-31 13:09 (UTC)
Missing a
makedepends
onpython-setuptools
.