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
|
Source: python-time-machine
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all-dev,
python3-dateutil,
python3-pytest <!nocheck>,
python3-tokenize-rt <!nocheck>,
tzdata-legacy <!nocheck>,
Standards-Version: 4.7.2
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.
|