File: control

package info (click to toggle)
testpath 0.4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: python: 536; makefile: 159; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,181 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
Source: testpath
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.4.1
Homepage: https://github.com/jupyter/testpath
Build-Depends: debhelper-compat (= 11), dh-python, python3-all, python3-sphinx,
               python3-nose
Vcs-Git: https://salsa.debian.org/python-team/modules/testpath.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/testpath

Package: python3-testpath
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Utilities for Python 3 code working with files and commands
 It contains functions to check things on the filesystem, and tools for
 mocking and recording calls to those.
 .
 This package installs the library for Python 3.

Package: python-testpath-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Utilities for Python code working with files and commands (doc)
 It contains functions to check things on the filesystem, and tools for
 mocking and recording calls to those.
 .
 This package installs the documentation.