File: control

package info (click to toggle)
django-celery-email 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: python: 494; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,053 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: django-celery-email
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dominik George <natureshadow@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 13~),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-celery,
 python3-django (>= 2:2.2~),
 python3-django-appconf,
 python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/pmclanahan/django-celery-email
Vcs-Git: https://salsa.debian.org/python-team/packages/django-celery-email.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-celery-email

Package: python3-django-celery-email
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Django email backend that uses a celery task for sending
 django-celery-email adds an e-mail backend to Django that queues
 the e-mail as a Celery task, to be sent out by Celery in the background.
 .
 By default, it uses Django's built-in SMTP backend to do the final sending
 then, but any other backend can be used as well.