@virgiliusm -- does anybody actually have a version bound on papis? I'll add it for consistency with my other -git packages, but I'm surprised you need it.
Also, VCS packages should only be flagged out-of-date if they fail to build against the project's HEAD -- it is understood they track the project's main development branch -- this is why pkgver() exists, after all.
Pinned Comments
gesh commented on 2024-03-13 11:15 (UTC)
Note! Papis skips integration tests for certain optdeps if they aren't installed[1]. Since checkdeps should contain all the dependencies to check a standard build, I've added these to
checkdepends.If you're not planning on installing these optdeps and want to skip these specific tests, feel free to comment out the relevant lines in the
checkdependsarray. (This incidentally also goes for the multiple dependencies for themypytests, if they bother people).The relevant dependencies at this time are:
python-jinja,python-markdownify,python-whoosh[1] - https://github.com/papis/papis/issues/776#issuecomment-1991874151