mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
5ec2249166
time-machine is a Python tool for mocking the time in tests. OK: sthen@
23 lines
329 B
Makefile
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>
|