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
|
Source: testpath
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: python
Priority: optional
Standards-Version: 3.9.8
Homepage: https://github.com/jupyter/testpath
Build-Depends: debhelper (>= 9), dh-python, python, python3-all, python-sphinx,
python-nose, python3-nose, python-pathlib
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/testpath.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/testpath.git
Package: python-testpath
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Utilities for Python 2 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 2.
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
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.
|