Search Criteria
Package Details: python-pdf2doi 1.7-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-pdf2doi.git (read-only, click to copy) |
|---|---|
| Package Base: | python-pdf2doi |
| Description: | A python library/command-line tool to extract the DOI or other identifiers of a scientific paper from a pdf file. |
| Upstream URL: | https://github.com/MicheleCotrufo/pdf2doi |
| Licenses: | unknown |
| Submitter: | sga013 |
| Maintainer: | sga013 |
| Last Packager: | sga013 |
| Votes: | 1 |
| Popularity: | 0.135727 |
| First Submitted: | 2024-11-17 18:25 (UTC) |
| Last Updated: | 2024-11-17 18:25 (UTC) |
Dependencies (14)
- python
- python-easygui
- python-feedparser
- python-google
- python-pdfminer
- python-pdftitleAUR
- python-pymupdf
- python-pypdf
- python-pypdf2AUR
- python-pyperclip
- python-requests
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
ra1nb0w commented on 2025-11-27 18:22 (UTC)
tar.gz: ops, my fault; I didn't cleaned my local copy so you are right. Therefore, you can use the url
https://files.pythonhosted.org/packages/source/p/pdf2doi/pdf2doi-1.7.tar.gzThe
settings.iniis already available in the source but it is not included in the whl; only the tar.gz has it.about maintainership: thank you for the offer but I don't have the time to follow another package and honestly I only give it a try.
sga013 commented on 2025-11-27 17:25 (UTC) (edited on 2025-11-27 17:40 (UTC) by sga013)
Also additional note
the src file ideally should stay the python hosted one, mostly because the one from github releases is exactly a git clone, which has a examples folder, which has roughly 50mib of pdfs, which is completely wasteful.
I get that pypi url is wierd, and one has to copy it with each release, but i kinda expect them to, well, exist better (also less dependence on github).
Also, can you please separately provide the patch file? I tried to read the diff you added, and seemingly it just adds
which is fine, but i do not think this alnoe will generate the settigns file or will it? looking at the file from my current installation
And I am fairly sure this was autogenerated on first run.
sga013 commented on 2025-11-27 17:04 (UTC)
Thank you very much ra1nb0w. I will merge the suggested fixes (and will definitely credit you).
I made the pkgbuild by pip2pkgbuild, hence it is more generic and it does not handle the settigns.ini file (the workaround was to just run the command with sudo once, so it will make the file it self).
Truth is - I no longer use the pkg (to be specific - i no longer install pdf2doi with aur pkg, and use a python venv). I had thought of abandoning the pkg, but I know that there have not been any releases from upstream, so it is not broken (other than settings.ini issue), hence I do not have any urgency to abandon it. I have rss feed for pkg updates, so if it updates, i would still update it.
Would you be willing to overtake the maintainer ship? There is no pressure, and you can decline if you do not want to. But it would be great if you take over, since you actually use it.
ra1nb0w commented on 2025-11-27 08:47 (UTC) (edited on 2025-11-27 08:47 (UTC) by ra1nb0w)
to include settings.ini and some minor fixes