Search Criteria
Package Details: python-apscheduler 3.11.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-apscheduler.git (read-only, click to copy) |
|---|---|
| Package Base: | python-apscheduler |
| Description: | In-process task scheduler with Cron-like capabilities |
| Upstream URL: | https://github.com/agronholm/apscheduler |
| Licenses: | MIT |
| Submitter: | jelly |
| Maintainer: | AlphaJack (barbuk) |
| Last Packager: | barbuk |
| Votes: | 3 |
| Popularity: | 0.042881 |
| First Submitted: | 2024-05-18 10:30 (UTC) |
| Last Updated: | 2026-03-29 11:16 (UTC) |
Dependencies (16)
- python-pytz
- python-setuptools
- python-six
- python-tzlocal
- python-build (make)
- python-installer (make)
- python-packaging (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-gevent (python-gevent-gitAUR) (optional) – For schedulers/gevent
- python-kazoo (python-kazoo-gitAUR) (optional) – For jobstores/zookeeper
- python-pymongo (optional) – For jobstores/mongo
- python-redis (optional) – For jobstores/redis
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4) (optional) – For jobstores/sqlalchemy
- python-tornado (optional) – For schedulers/tornado
- python-twisted (optional) – For schedulers/twisted
Required by (24)
- calibre-web
- flexget
- flexget-git
- kumacub
- litellm (optional)
- litellm-ollama
- marzban
- mwu-bot-git
- mylar3
- nnrss
- nnrss-git
- open-webui-no-venv
- profilarr
- python-bilibili-api
- python-bilibili-api-python
- python-botoy
- python-flask-apscheduler
- python-matrix-reminder-bot
- python-qq-botpy
- python-telegram-bot (optional)
- Show 4 more...
Latest Comments
dreieck commented on 2025-11-25 21:49 (UTC)
I see that you updated the package but still did not add
python-setuptools-scm>=6.4to themakedependsarray, as already reported on 2024-12-29:Please fix.
Regards!
0x9fff00 commented on 2024-12-29 01:51 (UTC)
python-setuptools-scmis needed inmakedepends:marcool04 commented on 2024-12-28 14:04 (UTC)
Yep, I second the comment by @mikep, there is no way the check is going to work in a chroot for instance, where I (and others I believe) build my AUR packages...
mikep commented on 2024-07-18 21:23 (UTC)
Unless I'm missing something, it seems like the check() section is bound to fail unless one has all of the optional backends up and running. I just commented the section out, but maybe there's a way to make it optional.