Search Criteria
Package Details: doi2bib 0.4.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/doi2bib.git (read-only, click to copy) |
|---|---|
| Package Base: | doi2bib |
| Description: | Generate a bibtex given a doi |
| Upstream URL: | https://github.com/bibcure/doi2bib |
| Licenses: | MIT |
| Submitter: | snowball |
| Maintainer: | archisman |
| Last Packager: | archisman |
| Votes: | 6 |
| Popularity: | 0.000009 |
| First Submitted: | 2018-06-02 12:08 (UTC) |
| Last Updated: | 2025-10-27 13:16 (UTC) |
Dependencies (8)
- python
- python-bibtexparser (python-bibtexparser-gitAUR)
- python-requests
- python-build (make)
- python-installer (make)
- python-packaging (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
vitaliikuzhdin commented on 2024-12-29 15:03 (UTC)
@micwoj92, you are correct, package updated. Thanks!
micwoj92 commented on 2024-12-29 14:39 (UTC) (edited on 2024-12-29 14:39 (UTC) by micwoj92)
First I used namcap:
__future__is provided bypythonpackage.Then I checked using example from help output without having future installed:
vitaliikuzhdin commented on 2024-12-29 12:24 (UTC) (edited on 2024-12-29 12:30 (UTC) by vitaliikuzhdin)
@micwoj92, are you sure? It is in the
requirements.txtand is referenced multiple times in the code:But I'm no Python expert.
micwoj92 commented on 2024-12-29 03:46 (UTC)
python-future dependency is not needed, please remove.