File: control

package info (click to toggle)
rss2email 1%3A3.9-2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,520 kB
  • ctags: 405
  • sloc: python: 2,008; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 808 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
29
30
31
Source: rss2email
Section: mail
Priority: optional
Maintainer: Etienne Millon <me@emillon.org>
Build-Depends:
 debhelper (>= 9)
Build-Depends-Indep:
 python3 (>= 3.2)
Standards-Version: 3.9.6
X-Python3-Version: >= 3.2
Homepage: https://github.com/wking/rss2email
Vcs-Git: git://anonscm.debian.org/users/emillon-guest/rss2email.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/emillon-guest/rss2email.git

Package: rss2email
Architecture: all
Depends:
 python2.7,
 python-xdg,
 python3-feedparser,
 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.