File: control

package info (click to toggle)
pytoolconfig 1.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 846; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 982 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
Source: pytoolconfig
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
 python3-docutils,
 python3-packaging (>= 23.2),
 python3-pdm-backend,
 python3-platformdirs,
 python3-pydantic <!nocheck>,
 python3-pytest <!nocheck>,
 python3-sphinx,
 python3-tabulate,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/bageljrkhanofemus/pytoolconfig
Vcs-Git: https://salsa.debian.org/python-team/packages/pytoolconfig.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytoolconfig

Package: python3-pytoolconfig
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-platformdirs,
Description: Python Tool Configuration Library
 The goal of this project is to manage configuration for python tools,
 such as black and rope, and add support for a pyproject.toml
 configuration file.