File: control

package info (click to toggle)
feedgenerator 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 22,332 kB
  • ctags: 41,230
  • sloc: python: 1,296; makefile: 4
file content (40 lines) | stat: -rw-r--r-- 1,436 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
Source: feedgenerator
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>, Vincent Cheng <vcheng@debian.org>
Build-Depends:
 debhelper (>= 7),
 dh-python,
 python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6b3),
 python-six,
 python-tz,
 python3-all,
 python3-setuptools,
 python3-six,
 python3-tz
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Homepage: https://github.com/getpelican/feedgenerator
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/feedgenerator.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/feedgenerator.git

Package: python-feedgenerator
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Syndication feed generation library (Python 2 version)
 Feedgenerator is a standalone version of Django's feedgenerator, which
 is a syndication feed generation library used for generating RSS.
 .
 This is the Python 2 version of the feedgenerator module.

Package: python3-feedgenerator
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Syndication feed generation library (Python 3 version)
 Feedgenerator is a standalone version of Django's feedgenerator, which
 is a syndication feed generation library used for generating RSS.
 .
 This is the Python 3 version of the feedgenerator module.