From 4f9bef203a1af4f774f1ae1826c2b0f4c3ddebb2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:27:33 +0200 Subject: Adding debian version 1.0.0-2. Signed-off-by: Daniel Baumann --- debian/control | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Testsuite: autopkgtest-pkg-python +Uploaders: Scott Kitterman +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 -- cgit v1.2.3