24 lines
572 B
Text
24 lines
572 B
Text
|
Source: python-feedgen
|
||
|
Section: python
|
||
|
Priority: optional
|
||
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||
|
Build-Depends:
|
||
|
debhelper-compat (= 13),
|
||
|
dh-sequence-python3,
|
||
|
python3-all,
|
||
|
python3-lxml <!nocheck>,
|
||
|
python3-setuptools,
|
||
|
Rules-Requires-Root: no
|
||
|
Standards-Version: 4.7.0
|
||
|
Homepage: https://github.com/lkiesow/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.
|