Search Criteria
Package Details: doi2bib 0.4.0-2
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: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 6 |
Popularity: | 0.050784 |
First Submitted: | 2018-06-02 12:08 (UTC) |
Last Updated: | 2024-12-29 15:02 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-bibtexparser (python-bibtexparser-gitAUR)
- python-requests
- python-build (make)
- python-installer (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 bypython
package.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.txt
and 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.