Files
kirill 5ec2249166 devel/py-time-machine: import new port (version 3.2.0)
time-machine is a Python tool for mocking the time in tests.

OK: sthen@
2026-02-18 17:57:13 +00:00

23 lines
329 B
Makefile

COMMENT= travel through time in your tests.
MODPY_DISTV= 3.2.0
DISTNAME= time_machine-${MODPY_DISTV}
PKGNAME= py-${DISTNAME:S/_/-/}
CATEGORIES= devel
HOMEPAGE= https://time-machine.readthedocs.io/
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
NO_TEST= Yes
.include <bsd.port.mk>