Search Criteria
Package Details: paper2remarkable 0.9.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/paper2remarkable.git (read-only, click to copy) |
---|---|
Package Base: | paper2remarkable |
Description: | Easily download an academic paper and send it to a reMarkable. |
Upstream URL: | https://github.com/GjjvdBurg/paper2remarkable |
Keywords: | python |
Licenses: | MIT |
Submitter: | falko17 |
Maintainer: | falko17 |
Last Packager: | falko17 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-15 23:25 (UTC) |
Last Updated: | 2025-09-08 10:10 (UTC) |
Dependencies (23)
- ghostscript
- poppler (poppler-gitAUR)
- python (python37AUR)
- python-beautifulsoup4
- python-cssselect
- python-html2text
- python-lxml-html-clean
- python-markdown
- python-pdfplumberAUR
- python-pikepdf
- python-pycryptodome
- python-readability-lxml (python-readability-lxml-gitAUR)
- python-regex (python-regex-gitAUR)
- python-requests
- python-titlecaseAUR
- python-unidecode
- python-validators
- python-weasyprint
- python-yaml (python-yaml-gitAUR)
- qpdf (qpdf-zopfliAUR)
- Show 3 more dependencies...
Latest Comments
falko17 commented on 2025-09-24 16:51 (UTC)
The only workaround I am aware of is to download the PKGBUILD of python-validators and update its pkgver to 0.35.0. Apart from updating the checksum to
fd41d39dabef21a0ecdea5eb3fc18e81d8c62c0b52311ff60db45dd88e04df43a0bfdd7a5d4622920a09b8ab69c3cea42badd2408072116a497cce4145bf3efb
, I've also had to modify thecheck()
function to disable some crypto-related tests (they now seemingly have an extra dependency) by replacingpython -m pytest
withpython -m pytest -k "not eth_address"
. Then you can just install that package as usual withmakepkg -si
. (Not sure if this has any other implications/breaks anything else, but it at least fixes the dependency problem here, so YMMV.)cgueret commented on 2025-09-20 09:34 (UTC)
The current version cannot be installed because of an outdated dependency ("No AUR package found for python-validators>=0.34"). The package is flag out of date on AUR. Would there be a good work around until it gets updated?
falko17 commented on 2024-07-02 16:57 (UTC)
Yes, thanks for the comment. Should be fixed now.
Schnouki commented on 2024-07-02 12:16 (UTC)
Just installed this, and I got the following error:
Installing
python-lxml-html-clean
(fromextra
) fixed this. Could you please add it to the dependencies?falko17 commented on 2022-01-15 22:44 (UTC)
Thanks for your comment, I didn't catch the added python-cryptodome dependency in upstream and added it to the package in fead4a4b24f0.
As for python-cssselect: It seems like this is a transitive dependency and is required by python-readability-lxml. While it's correctly listed in python-readability-lxml-git, this isn't the case for the python-readability-lxml package in
extra
. I've filed a bug report as FS#73374 and added python-cssselect as a dependency here until the bug is resolved.jukan commented on 2022-01-14 07:14 (UTC)
I needed to additionally install python-cryptodome and python-cssselect to get this to work, is there any reason why these were not added as dependencies?