blob: e84675c422f9a73083c12ff5ec7cc83dc9d15270 (
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
29
|
Source: python-tomli
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: Michael R. Crusoe <crusoe@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
flit (>= 3.2.0),
pybuild-plugin-pyproject,
python3-pytest-xdist <!nocheck>,
Standards-Version: 4.6.1
Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports/python-tomli
Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/python-tomli
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tomli
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/python-tomli.git
Homepage: https://github.com/hukkin/tomli
Rules-Requires-Root: no
Package: python3-tomli
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: lil' TOML parser for Python
Tomli is a Python library for parsing TOML. https://toml.io/
Tomli is fully compatible with TOML v1.0.0. https://toml.io/en/v1.0.0
|