File: control

package info (click to toggle)
python-feedgen 1.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 508 kB
  • sloc: python: 4,412; makefile: 175; javascript: 26
file content (26 lines) | stat: -rw-r--r-- 722 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
Source: python-feedgen
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-dateutil <!nocheck>,
 python3-lxml <!nocheck>,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/lkiesow/python-feedgen
Vcs-Browser: https://forgejo.debian.net/sphinx/python-feedgen
Vcs-Git: https://forgejo.debian.net/sphinx/python-feedgen

Package: python3-feedgen
Section: python
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: generate ATOM and RSS feeds (Python)
 This Python module can be used to generate web feeds in both ATOM and RSS
 format.