summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-11-11Release 0.14gesh
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.
2024-05-20skip faulty test in test_arxiv.pyStefan Gehr
2024-05-16Fix deps, re-enable tests, cleanupgesh
And skip the one broken test (it gets fixed too far down the line for me to be able to backport it easily)
2024-05-16changes suggested by geshStefan Gehr
2024-05-14update maintainer commentStefan Gehr
2024-05-14Adjust dependencies; Use PEP 517; github sourceStefan Gehr
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
2023-09-02fix(deps): added python-certifiJP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2023-05-21v0.13JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2022-08-01v0.12JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2021-01-17Fix commentJP-Ellis
2021-01-17v0.11.1JP-Ellis
2020-06-18Add missing python-slugify dependencyJP-Ellis
2020-05-20Update to papis 0.10JP-Ellis
2020-02-20Adding python-stevedore dependencyJP-Ellis
2019-12-23Import upstream compatibility patchesJP-Ellis
2019-12-02Update dependenciesJP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2019-12-02updated to install papis v0.9Holden Hopla
2019-03-03Update to v0.8.2JP-Ellis
2019-02-28Update to v0.8.1JP-Ellis
2019-01-24Change rofi dependencyJP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-11-30Update to 0.7.5JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-11-14Update dependencies to reflect setup.pyJP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-11-10Update to 0.7.4JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-09-20Update to 0.7.3JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-09-03Update to 0.7.1JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-08-30Add missing dependency (python-slugify)JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-08-29Update to 0.7JP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-08-23Add missing dependencies:JP-Ellis
- python-future - python-prompt_toolkit - python-urwid Signed-off-by: JP-Ellis <josh@jpellis.me>
2018-08-13Initial commitJP-Ellis
Signed-off-by: JP-Ellis <josh@jpellis.me>