From 043c4fc8613f6326db61066f31656d7cfc13ff04 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:20:41 +0200 Subject: Adding debian version 0.9.0-1. Signed-off-by: Daniel Baumann --- debian/control | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2610479 --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: python-build +Section: python +Priority: optional +Maintainer: Debian Python Team +Uploaders: Sergio Durigan Junior +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-setuptools, + python3-all, + python3-packaging, + python3-pep517 (>= 0.9), + python3-toml, +Standards-Version: 4.6.2 +Homepage: https://github.com/pypa/build +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-build +Vcs-Git: https://salsa.debian.org/python-team/packages/python-build.git +Testsuite: autopkgtest-pkg-python +Rules-Requires-Root: no + +Package: python3-build +Architecture: all +Depends: ${python3:Depends}, + ${misc:Depends}, + python3-packaging, + python3-pep517 (>= 0.9), + python3-toml, + python3-wheel, +Suggests: python3-pip, + python3-venv, +Description: Simple, correct PEP517 package builder (Python 3) + python-build will invoke the PEP 517 hooks to build a distribution + package. It is a simple build tool and does not perform any + dependency management. + . + This package installs the library for Python 3. -- cgit v1.2.3