Package Details: calibre-web 0.6.26-1

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: 6
Popularity: 0.044893
First Submitted: 2021-11-29 04:13 (UTC)
Last Updated: 2026-02-09 20:02 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

hopeseekr commented on 2026-06-09 04:56 (UTC)

Put this PKGBUILD in a new directory, then run makepkg -si to downgrade the flas_limiter.

# Maintainer: Marcus Hoffmann <bubu@bubu1.eu>
_pkgname=flask_limiter
pkgname=python-flask-limiter
pkgver=3.10.0
pkgrel=1
pkgdesc="Rate limiting for flask applications"
url="https://flask-limiter.readthedocs.org"
depends=('python' 'python-flask' 'python-limits' 'python-ordered-set' 'python-rich' 'python-typing_extensions')
makedepends=(python-hatchling python-hatch-vcs python-build python-installer python-wheel)
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")

sha256sums=('4b54cc4f4d254147a78967e58db2e9339f72f7cffb84fbfd1c6fcbf13b198960')

# Depends on python-hiro, which isn't packaged
# check() {
#     cd "${srcdir}/${_pkgname}-${pkgver}"
 #     PYTHONPATH=./build/lib pytest
# }

prepare() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    #patch --forward --strip=1 --input="${srcdir}/5d53a3db098188d5b93ee58cdd6b3867caacf661.patch"
}

build() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    python -m build --wheel --no-isolation
}

package() {
    cd "${srcdir}/${_pkgname}-${pkgver}"
    python -m installer --destdir="$pkgdir" dist/*.whl
}

sotitrox commented on 2026-04-19 23:21 (UTC)

python-flask-limiter 3.10.0 working fine sha256 4b54cc4f4d254147a78967e58db2e9339f72f7cffb84fbfd1c6fcbf13b198960

daniel_shub commented on 2026-04-13 01:38 (UTC)

@C0rn3j what version of flask-limiter should we downgrade to?

C0rn3j commented on 2026-02-24 20:26 (UTC) (edited on 2026-02-24 20:28 (UTC) by C0rn3j)

It was already fixed upstream but no new release was tagged yet.

You can downgrade flask limiter for now.

Sisco88 commented on 2026-02-24 20:11 (UTC) (edited on 2026-02-24 20:12 (UTC) by Sisco88)

Looks like there is an issue with FLask-limiter?

Feb 24 21:05:55 thinkserve systemd[1]: Started Calibre-web.
Feb 24 21:05:56 thinkserve cps.py[2236573]: Traceback (most recent call last):
Feb 24 21:05:56 thinkserve cps.py[2236573]:   File "/usr/lib/calibre-web/cps.py", line 28, in <module>
Feb 24 21:05:56 thinkserve cps.py[2236573]:     from cps.main import main
Feb 24 21:05:56 thinkserve cps.py[2236573]:   File "/usr/lib/calibre-web/cps/__init__.py", line 114, in <module>
Feb 24 21:05:56 thinkserve cps.py[2236573]:     limiter = Limiter(key_func=True, headers_enabled=True, auto_check=False, swallow_errors=False)
Feb 24 21:05:56 thinkserve cps.py[2236573]: TypeError: Limiter.__init__() got an unexpected keyword argument 'auto_check'
Feb 24 21:05:56 thinkserve systemd[1]: calibre-web.service: Main process exited, code=exited, status=1/FAILURE
Feb 24 21:05:56 thinkserve systemd[1]: calibre-web.service: Failed with result 'exit-code'.
Feb 24 21:05:56 thinkserve systemd[1]: calibre-web.service: Consumed 906ms CPU time over 918ms wall clock time, 90.4M memory peak.---

hizani commented on 2025-02-05 19:18 (UTC)

I got this error in build stage

ERROR Missing dependencies:
    setuptools_scm>=6.4
==> ERROR: A failure occurred in build().
    Aborting...

I think you need to add extra/python-setuptools-scm package as a build dependency

luciferin commented on 2024-12-25 15:51 (UTC)

You've got to rebuild all of you AUR installed python packages. Rebuild anything listed in 'pacman -Qoq /usr/lib/python3.12'

If you use yay something along the lines of this should work yay -S $(pacman -Qoq /usr/lib/python3.12) --answerclean All

zynex commented on 2024-12-25 15:38 (UTC) (edited on 2024-12-25 15:46 (UTC) by zynex)

Having an error after upgrading my system, get the error "cannot import APScheduler module". Might me the python 3.13 upgrade? It is installed in my system though; "python-apscheduler 3.10.4-2".

[EDIT] Never mind, worked after I recompiled python-apscheduler and python-flask-httpauth :D

C0rn3j commented on 2024-11-20 17:51 (UTC)

https://github.com/janeczku/calibre-web/commit/6cb1449ff31c8eb3b2b239517d79fbd9eb481447

fryfrog commented on 2024-11-20 17:24 (UTC)

Thanks, I figured that out and removed it again! Just need to get that version parsing error sorted.