Package Details: wallabag-client 1.8.5-1

Git Clone URL: https://aur.archlinux.org/wallabag-client.git (read-only, click to copy)
Package Base: wallabag-client
Description: Command line client for the self hosted read-it-later app Wallabag
Upstream URL: https://github.com/artur-shaik/wallabag-client
Licenses: MIT
Submitter: bjo
Maintainer: noUsernamesLef7
Last Packager: noUsernamesLef7
Votes: 0
Popularity: 0.000000
First Submitted: 2021-01-08 20:30 (UTC)
Last Updated: 2022-10-02 07:36 (UTC)

Latest Comments

« First ‹ Previous 1 2

m040601 commented on 2021-08-21 05:28 (UTC) (edited on 2021-08-21 05:37 (UTC) by m040601)

Thanks for your work creating this PKGBUILD.

Not working at the moment.

The installation seems to go ok, but then when you try to run it:

  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'markdownify' distribution was not found and is required by wallabag-client


And indeed, looking at the source repo, https://github.com/artur-shaik/wallabag-client/blob/master/setup.py, it does require that "markdownify" thingy:

install_requires=[
        'beautifulsoup4>=4.9.1',
.....
.....
.....
        'markdownify',

Also, I'm not a python expert neither PKGBUILD connaisseur. But, I see that this PKGBUILD currently has

python-babel

On its dependencies. Which is a "huge" one. Is it really necessary ? I git cloned the source repo, and grepped for "babel". Couldnt find any mention of it.

Can you recheck the source repo requirements to see what is really necessary with the latest version ?

Thanks in advance