Source: python-pyfakefs
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django <!nocheck>,
 python3-openpyxl <!nocheck>,
 python3-pandas <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-xlrd <!nocheck>
# python3-pyarrow <!nocheck>
# (optional) import at pyfakefs/patched_packages.py:177
# don't depend on this for the time being: newish pkg, rc-buggy
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pyfakefs
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pyfakefs.git
Homepage: https://github.com/pytest-dev/pyfakefs
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pyfakefs
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-django,
 python3-pandas,
 python3-xlrd
# python3-pyarrow  # see above
Description: fake fs that mocks the Python file system modules - Python 3
 pyfakefs implements a fake file system that mocks the Python file system
 modules. Using pyfakefs, your tests operate on a fake file system in memory
 without touching the real disk. The software under test requires no
 modification to work with pyfakefs.
 .
 This package contains the Python 3.x module.
