Package Details: calibre-web 0.6.24-4

Git Clone URL: https://aur.archlinux.org/calibre-web.git (read-only, click to copy)
Package Base: calibre-web
Description: Web app for browsing, reading and downloading eBooks stored in a Calibre database
Upstream URL: https://github.com/janeczku/calibre-web
Licenses: GPL3
Provides: calibre-web
Submitter: fryfrog
Maintainer: fryfrog (plenaerts)
Last Packager: fryfrog
Votes: 3
Popularity: 0.24
First Submitted: 2021-11-29 04:13 (UTC)
Last Updated: 2025-02-05 20:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

icebarf commented on 2023-03-09 03:59 (UTC)

Thanks for maintaining this package!

fryfrog commented on 2023-03-07 00:47 (UTC) (edited on 2023-03-07 00:47 (UTC) by fryfrog)

@plenaerts, thanks a ton for doing this and I'm sorry it took so long to apply the patch! Would you like to co-maintain this package as punishment for being good at fixing it? :)

plenaerts commented on 2023-03-05 09:19 (UTC)

I published an update to this AUR package to https://codeberg.org/plenae/calibre-web/commit/92a9c7e9668011e181ce59673e9deb0a70f475cb which applies the necessary patch to the src.

Should be easy for the pkg maintainer to merge here so the AUR package works again, or for any user to use for a manual makepkg.

zynex commented on 2023-02-23 12:02 (UTC) (edited on 2023-02-23 12:05 (UTC) by zynex)

The fix to make it work again was quite simple, change the lines for each file from the commit in https://github.com/janeczku/calibre-web/commit/94a6931d48d347ae6c07e2b5f0301e8cf97cf53d and it will work again until it's officially released.

Gnarflord commented on 2023-02-22 12:04 (UTC) (edited on 2023-02-22 12:04 (UTC) by Gnarflord)

Currently fails with

Traceback (most recent call last):
  File "/usr/bin/cps", line 5, in <module>
    from calibreweb import main
  File "/usr/lib/python3.10/site-packages/calibreweb/__init__.py", line 29, in <module>
    from cps import create_app
  File "/usr/lib/python3.10/site-packages/calibreweb/cps/__init__.py", line 162, in <module>
    @babel.localeselector
AttributeError: 'Babel' object has no attribute 'localeselector'

Apparently cps release 0.6.19 is incompatible with the latest python-flask. This has been fxied in nightly, but there hasn't been any release with the fix so far :(

See: https://github.com/janeczku/calibre-web/issues/2674

fryfrog commented on 2022-08-18 14:57 (UTC)

I finally created python-advocate and added it as a depends. :)

fryfrog commented on 2022-08-13 17:26 (UTC)

Thanks for the report, I'll probably need to create a python-advocate aur package. It'll be a few days before I can get to that though.

nac commented on 2022-08-13 17:05 (UTC)

This is missing a python dependency. When trying to upload a book cover I get the error:

Python module 'advocate' is not installed but is needed for cover uploads

I'm not sure which Arch package corresponds with the advocate python module.

fryfrog commented on 2022-03-04 23:23 (UTC)

@plenaerts: Thanks for the report, added!

plenaerts commented on 2022-03-04 23:07 (UTC)

This packages depends on python-pycountry. Without it, I get:

ModuleNotFoundError: No module named 'pycountry'