File: control

package info (click to toggle)
pdm 2.20.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,988 kB
  • sloc: python: 24,413; javascript: 34; makefile: 11
file content (74 lines) | stat: -rw-r--r-- 2,157 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Source: pdm
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,
 pybuild-plugin-pyproject,
 python3,
 python3-blinker,
 python3-cachecontrol,
 python3-certifi (>> 2022.6.15),
 python3-dep-logic,
 python3-django <!nocheck>,
 python3-dotenv,
 python3-filelock,
 python3-findpython,
 python3-first <!nocheck>,
 python3-hishel,
 python3-httpx,
 python3-installer,
 python3-ipython <!nocheck>,
 python3-msgpack,
 python3-packaging,
 python3-pbs-installer,
 python3-pdm-backend,
 python3-pip,
 python3-platformdirs,
 python3-pyproject-hooks,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-httpserver <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-pytest-rerunfailures <!nocheck>,
 python3-requests-toolbelt,
 python3-resolvelib (>= 1.1),
 python3-rich,
 python3-shellingham,
 python3-truststore,
 python3-tomli,
 python3-tomlkit,
 python3-truststore,
 python3-unearth (>= 0.9),
 python3-virtualenv,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/pdm-project/pdm
Vcs-Git: https://salsa.debian.org/python-team/packages/pdm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pdm

Package: python3-pdm
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: next generation Python package management tool
 PDM is meant to be a next generation Python package management tool.
 If you feel you are going well with Pipenv or Poetry and don't want
 to introduce another package manager, just stick to it. But if you
 are missing something that is not present in those tools, you can
 probably find some goodness in pdm.
 .
 Highlights of features include:
  * Opt-in PEP 582 support, no virtualenv involved at all.
  * Simple and fast dependency resolver, mainly for large binary
    distributions.
  * A PEP 517 build backend.
  * PEP 621 project metadata.
  * Flexible and powerful plug-in system.
  * Versatile user scripts.
  * Opt-in centralized installation cache like pnpm.