File: control

package info (click to toggle)
hatchling 1.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 544 kB
  • sloc: python: 6,146; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 880 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
Source: hatchling
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pathspec (>= 0.10),
 python3-pluggy
Standards-Version: 4.6.1
Homepage: https://hatch.pypa.io/
Vcs-Browser: https://salsa.debian.org/python-team/packages/hatchling
Vcs-Git: https://salsa.debian.org/python-team/packages/hatchling.git
Rules-Requires-Root: no

Package: python3-hatchling
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python package build backend used by Hatch
 This is the extensible, standards compliant build backend used by Hatch.
 .
 It may be required to build a Python module from source.