summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:27:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-29 04:27:33 +0000
commit4f9bef203a1af4f774f1ae1826c2b0f4c3ddebb2 (patch)
tree148f045d036bf2e083a679df909adb6bf79fb270 /debian/control
parentAdding upstream version 1.0.0. (diff)
downloadpython-tomli-w-debian.tar.xz
python-tomli-w-debian.zip
Adding debian version 1.0.0-2.debian/1.0.0-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a031e91
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: python-tomli-w
+Section: python
+Priority: optional
+Maintainer: Debian Python Team <team+python@tracker.debian.org>
+Testsuite: autopkgtest-pkg-python
+Uploaders: Scott Kitterman <scott@kitterman.com>
+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