File: control

package info (click to toggle)
python-py 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,432 kB
  • sloc: python: 11,627; makefile: 119
file content (37 lines) | stat: -rw-r--r-- 1,143 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
Source: python-py
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
 python3-pytest <!nocheck>,
 subversion <!nocheck>,
Standards-Version: 4.5.1
Homepage: https://github.com/pytest-dev/py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-py.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-py
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-py
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-pkg-resources
Suggests:
 subversion,
 python3-pytest
Description: Advanced Python development support library (Python 3)
 The Codespeak py lib aims at supporting a decent Python development process
 addressing deployment, versioning and documentation perspectives. It includes:
 .
  * py.path: path abstractions over local and Subversion files
  * py.code: dynamic code compile and traceback printing support
 .
 This package provides the Python 3 modules.