summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:21:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:21:30 +0000
commitd8a08a53ea2f24e5d147732d75091aba7c4b3846 (patch)
tree8ac402e4f3961e8e8dcb52b35897d8131bc06fc8 /debian/control
parentAdding upstream version 2.0.1. (diff)
downloadpython-tomli-d8a08a53ea2f24e5d147732d75091aba7c4b3846.tar.xz
python-tomli-d8a08a53ea2f24e5d147732d75091aba7c4b3846.zip
Adding debian version 2.0.1-2.debian/2.0.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..56ec12e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: python-tomli
+Section: python
+Priority: optional
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Testsuite: autopkgtest-pkg-python
+Uploaders: Michael R. Crusoe <crusoe@debian.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://salsa.debian.org/python-team/packages/python-tomli
+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