Search Criteria
Package Details: cobib 5.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cobib.git (read-only, click to copy) |
---|---|
Package Base: | cobib |
Description: | Console Bibliography |
Upstream URL: | https://gitlab.com/cobib/cobib |
Keywords: | bibliography console manager python tui |
Licenses: | MIT |
Conflicts: | cobib |
Provides: | cobib |
Submitter: | loki7990 |
Maintainer: | mrossinek |
Last Packager: | mrossinek |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-10 14:40 (UTC) |
Last Updated: | 2024-10-30 20:00 (UTC) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-bibtexparser (python-bibtexparser-gitAUR)
- python-linkify-it-py
- python-lxml
- python-markdown-it-py
- python-mdit_py_plugins
- python-pylatexenc
- python-requests
- python-requests-oauthlib
- python-rich
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-text-unidecode
- python-textual (python-textual-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-regex (python-regex-gitAUR) (optional)
Latest Comments
mrossinek commented on 2024-04-15 07:57 (UTC)
Sorry again. I added the dependency now. And I also enabled notifications for this package (which were not enabled because this got transferred to me). Hopefully I will see comments sooner in the future.
bcb commented on 2024-03-18 16:29 (UTC) (edited on 2024-03-18 16:29 (UTC) by bcb)
python-setuptools
is still needed in makedepends -- it is used as the build backend, see https://gitlab.com/cobib/cobib/-/blob/master/pyproject.toml?ref_type=heads#L6If you try to build from the current PKGBUILD in a clean chroot it fails due to this.
mrossinek commented on 2024-03-17 17:21 (UTC)
Sorry, I only just saw your comment. For the 4.5 release today I had to update the installation toolchain and this is now properly reflected in the make dependencies.
bcb commented on 2024-01-10 14:02 (UTC)
Could you please add
makedepends=('python-setuptools')
to the PKGBUILD? It won't build without it.