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.2.1
Homepage: https://github.com/jupyter/testpath
Build-Depends: debhelper (>= 11), dh-python, python, python3-all, python3-sphinx,
               python-nose, python3-nose, python-pathlib2
Vcs-Git: https://salsa.debian.org/python-team/modules/testpath.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/testpath

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
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.
