File: control

package info (click to toggle)
python-editables 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 370; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download | duplicates (2)
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
Source: python-editables
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 flit,
 nox <!nocheck>,
 pybuild-plugin-pyproject,
 python3,
 python3-coverage <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/pfmoore/editables
Vcs-Git: https://salsa.debian.org/python-team/packages/python-editables.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-editables.git
Testsuite: autopkgtest-pkg-python

Package: python3-editables
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for creating "editable wheels"
 This library supports the building of wheels which, when installed,
 will expose packages in a local directory on sys.path in "editable mode".
 In other words, changes to the package source will be reflected in the
 package visible to Python, without needing a reinstall.