summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 55eb6da958ef09e8f8c2a736c37dde555051bf94 (plain)
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
28
Source: python-tomli-w
Section: python
Priority: optional
Testsuite: autopkgtest-pkg-python
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders: Scott Kitterman <scott@kitterman.com>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               flit (>= 3.2),
               python3-tomli,
               python3-pytest-xdist
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tomli-w
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tomli-w.git
Homepage: https://github.com/hukkin/tomli-w
Rules-Requires-Root: no

Package: python3-tomli-w
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: lil' TOML writer for Python
 Tomli-w is a Python library for writing TOML. https://toml.io/
 Tomli-w is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0