Search Criteria
Package Details: python-django-celery-beat 2.7.0-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-django-celery-beat.git (read-only, click to copy) |
---|---|
Package Base: | python-django-celery-beat |
Description: | django-celery-beat enables you to store the periodic task schedule in the django database |
Upstream URL: | https://pypi.python.org/pypi/django_celery_beat |
Keywords: | beat celery django scheduler |
Licenses: | BSD |
Submitter: | razer |
Maintainer: | razer |
Last Packager: | razer |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-12-04 10:03 (UTC) |
Last Updated: | 2024-09-16 09:23 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-celery
- python-cron-descriptorAUR
- python-django
- python-django-timezone-fieldAUR
- python-python-crontabAUR
- tzdata
- python-setuptools (make)
Latest Comments
BubuIIC commented on 2023-03-08 22:09 (UTC)
I think this is missing a few dependencies (as declared here: https://github.com/celery/django-celery-beat/blob/main/requirements/default.txt)
Missing should be
django-timezone-field
,cron-descriptor
andtzdata
yochananmarqos commented on 2023-03-03 22:39 (UTC)
Please depend on
python-python-crontab
instead ofpython-crontab
. See [PRQ#40465] Merge Request for python-crontab