Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This was invisible until habanero (a dependency of this package) started
requiring bibtexparser>=2.0.0b5 for its tests[1].
As luck would have it, bibtexparser is merely an optdepend of habanero,
and (once [2] is merged, as it is in AUR) the tests relying on the newer
version of bibtexparser won't run if the bibtexparser version is too
low. Therefore, one can use bibtexparser<2.0.0 from extra and just
comment out that checkdepends from habanero when building it.
Raised this upstream [3] so news on this can be tracked.
[1]: https://github.com/sckott/habanero/issues/144
[2]: https://github.com/sckott/habanero/issues/199
[3]: https://github.com/sckott/habanero/issues/144
|
|
Reported-by: slaskerwerder
|
|
|
|
New checkdepends:
- git: it was actually already an unacknowledged checkdep for its
integration tests, but now with #945 its integration tests will be
autoskipped if it isn't installed, like all the other integration
tests
New AUR dependencies:
- python-arxiv: replaces the deprecated python-arxiv2bib
Removed optdeps:
- pdfjs: See #946 -- it turns out the optdep is currently meaningless,
since papis only looks under $XDG_CONFIG_HOME to find the pdfjs
installation
Note the build backend changed: setuptools -> hatchling
The temporary installation in build() is due to `make doc` needing an
installed wheel to generate its crossreferences. We then `python -m
build` again to add the generated manpages to the wheel.
|
|
|
|
And skip the one broken test (it gets fixed too far down the line for me
to be able to backport it easily)
|
|
|
|
|
|
The dependencies were adjusted to mirror those in
https://github.com/papis/papis/blob/7d327e85189f1be2153d033df792bfacaecf0bbb/pyproject.toml
I hope this did not break anybody's installation.
For packaging PEP 517 was used
The new source is directly from github instead of pythonhosted.org
Use b2sum instead of sha256
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
|
|
|
|
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
- python-future
- python-prompt_toolkit
- python-urwid
Signed-off-by: JP-Ellis <josh@jpellis.me>
|
|
Signed-off-by: JP-Ellis <josh@jpellis.me>
|