File: control

package info (click to toggle)
sortxml 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 136 kB
  • sloc: python: 155; makefile: 5; sh: 1
file content (26 lines) | stat: -rw-r--r-- 734 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: 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.