File: control

package info (click to toggle)
python-build 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 504 kB
  • sloc: python: 2,622; makefile: 16
file content (55 lines) | stat: -rw-r--r-- 1,780 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: python-build
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@debian.org>
Build-Depends: debhelper-compat (= 13),
	       dh-python,
	       flit (>= 3.4),
	       python3-all,
	       python3-packaging,
	       python3-pyproject-hooks,
	       pybuild-plugin-pyproject,
	       python3-toml,
	       dh-sequence-sphinxdoc <!nodoc>,
	       python3-sphinx <!nodoc>,
	       python3-sphinx-autodoc-typehints <!nodoc>,
	       python3-sphinx-argparse-cli <!nodoc>,
	       python3-sphinx-issues <!nodoc>,
	       furo <!nodoc>,
Standards-Version: 4.7.0
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-pyproject-hooks,
	 python3-toml,
	 python3-wheel,
Suggests: python3-pip,
	  python3-venv,
	  python-build-doc,
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.

Package: python3-build-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Simple, correct PEP517 package builder (documentation)
 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 is the documentation package.