File: control

package info (click to toggle)
feedgenerator 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: python: 941; sh: 8; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 957 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
Source: feedgenerator
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>, Vincent Cheng <vcheng@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-six,
 python3-tz,
 python3-pytest <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/getpelican/feedgenerator
Vcs-Git: https://salsa.debian.org/python-team/packages/feedgenerator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/feedgenerator
Rules-Requires-Root: no

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.