File: control

package info (click to toggle)
pdm-backend 2.4.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,124 kB
  • sloc: python: 2,807; ansic: 21; makefile: 5; sh: 1
file content (49 lines) | stat: -rw-r--r-- 1,430 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
Source: pdm-backend
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 git <!nocheck>,
 pybuild-plugin-pyproject,
 python3 (>= 3.11),
 python3-boolean,
 python3-cerberus,
 python3-dev <!nocheck>,
 python3-editables,
 python3-license-expression,
 python3-packaging (>= 23),
 python3-pyproject-metadata (>= 0.9~),
 python3-pyparsing (>= 3.0.7),
 python3-pytest <!nocheck>,
 python3-setuptools <!nocheck>,
 python3-tomli-w (>= 1.0.0),
 python3-validate-pyproject,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/pdm-project/pdm-backend
Vcs-Git: https://salsa.debian.org/python-team/packages/pdm-backend.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pdm-backend
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pdm-backend
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-boolean,
 python3-cerberus,
 python3-editables,
 python3-license-expression,
 python3-packaging,
 python3-pyproject-metadata (>= 0.9),
 python3-pyparsing,
 python3-tomli-w,
 python3-validate-pyproject,
Description: Build backend used by PDM
 This is the backend for PDM projects that is fully-compatible with
 PEP 517 spec, but you can also use it alone. It reads the metadata
 of PEP 621 format and coverts it to Core metadata.