| 12
 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
 29
 30
 31
 
 | Source: rss2email
Section: mail
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>
Build-Depends:
 debhelper-compat (= 13),
 python3-setuptools,
 python3-all,
 dh-sequence-python3,
Standards-Version: 4.7.0
Homepage: https://github.com/rss2email/rss2email
Vcs-Git: https://salsa.debian.org/python-team/packages/rss2email.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rss2email
Rules-Requires-Root: no
Package: rss2email
Architecture: all
Depends:
 python3-feedparser (>= 6.0.0),
 python3-html2text,
 ${misc:Depends},
 ${python3:Depends}
Recommends:
 python3-bs4
Suggests:
 esmtp
Description: receive RSS feeds by email
 rss2email is a simple program which you can run in your crontab.
 It watches RSS (or Atom) feeds and sends you a nicely formatted
 email message for each new item.
 |