Source: python-time-machine Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Antonio Terceiro Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-setuptools, python3-all-dev, python3-dateutil, python3-pytest, Standards-Version: 4.7.0 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/adamchainz/time-machine Vcs-Git: https://salsa.debian.org/python-team/packages/python-time-machine.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-time-machine Rules-Requires-Root: no Package: python3-time-machine Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: Python library for mocking the current time time-machine allows Python code (usually tests) to mock the current time by providing a date to travel back to.