Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
4b9ce4 1 #
MT 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project time-machine
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        time-machine
a278a4 22 HUMAN_VERSION =            2.14.1
4b9ce4 23 COMPONENT_SUMMARY =        time-machine - Travel through time in your tests.
MT 24 COMPONENT_ARCHIVE_URL =        \
578336 25     https://github.com/adamchainz/time-machine/archive/refs/tags/$(HUMAN_VERSION).tar.gz
4b9ce4 26 COMPONENT_ARCHIVE_HASH =    \
a278a4 27     sha256:a57bfadf961318fca2ba840d15116176e253aa8689d88c830480b46f0ea5dcdf
4b9ce4 28 COMPONENT_LICENSE =        MIT
MT 29 COMPONENT_LICENSE_FILE =    LICENSE
30
31 include $(WS_MAKE_RULES)/common.mk
32
33 # Auto-generated dependencies
34 PYTHON_REQUIRED_PACKAGES += library/python/python-dateutil
35 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
578336 36 PYTHON_REQUIRED_PACKAGES += library/python/wheel
4b9ce4 37 PYTHON_REQUIRED_PACKAGES += runtime/python
MT 38 REQUIRED_PACKAGES += system/library
482abb 39 TEST_REQUIRED_PACKAGES.python += library/python/coverage
MT 40 TEST_REQUIRED_PACKAGES.python += library/python/pytest
41 TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly
42 TEST_REQUIRED_PACKAGES.python += library/python/python-dateutil
3e9153 43 TEST_REQUIRED_PACKAGES.python += library/python/tomli