1
0
Fork 0
sortxml/debian/control
Daniel Baumann 2e992d03e1
Adding debian version 0.1.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-30 20:16:09 +02:00

26 lines
734 B
Text

Source: sortxml
Section: python
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-dateutil,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Kopachris/sortxml
Vcs-Browser: https://forgejo.debian.net/python/sortxml
Vcs-Git: https://forgejo.debian.net/python/sortxml
Package: python3-sortxml
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: simple XML element sorter
sortxml is a simple XML element sorter. It can be used as a Python module
(sortxml.sort_xml) or by running standalone from the command-line.