Thanks for picking this up, was intending to do so once 0.14 was released.
A few remarks: You want python-yaml
in your depends
, not pyaml
-- I recently pushed a commit to papis-git
that fixes that. You might also want to pick up the optdepends
from there. Also, licenses should be specified in SPDX nowadays, ie GPL-3.0-or-later
.
I'm pretty sure you'll need to add python-chardet
and switch python-arxiv2bib -> python-arxiv
once 0.14 drops, though I don't 100% recall whether python-typing_extensions
is necessary. (Actually, going over things like this makes me wonder at the status of python-chardet
-- is it a hard or optdepend? Will need to contact upstream later today to check).
You may want to add at least the pytest
checks, I added the others out of perfectionism.
Last and least, you probably want to sort the depends
array and break makedepends
into multiple lines -- that makes it more legible.
Thanks again for picking this up, I prefer only packaging things I actually use, which in my case is papis-git
.
Pinned Comments