Andreas Wacknitz
2024-03-26 5289b57b9e7e1beae0b0d33715b8b899692f9ac4
commit | author | age
3a76f9 1 #
059388 2 # This file and its contents are supplied under the terms of the
MT 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.
3a76f9 6 #
059388 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
3a76f9 10 #
AW 11
12 #
059388 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project freezegun
3a76f9 15 #
AW 16
059388 17 BUILD_STYLE = pyproject
MT 18
3a76f9 19 include ../../../make-rules/shared-macros.mk
AW 20
059388 21 COMPONENT_NAME =        freezegun
665827 22 HUMAN_VERSION =            1.4.0
059388 23 COMPONENT_SUMMARY =        freezegun - Let your Python tests travel through time
MT 24 COMPONENT_PROJECT_URL =        https://github.com/spulec/freezegun
25 COMPONENT_ARCHIVE_URL =        \
665827 26     https://files.pythonhosted.org/packages/1c/73/5decad3abddbe7e1bf4bf98ead1a8345b1cc6fc6ec7e4fa27da81f4e1eee/freezegun-1.4.0.tar.gz
059388 27 COMPONENT_ARCHIVE_HASH =    \
665827 28     sha256:10939b0ba0ff5adaecf3b06a5c2f73071d9678e507c5eaedb23c761d56ac774b
059388 29 COMPONENT_LICENSE =        Apache-2.0
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
569f77 31
3a76f9 32 include $(WS_MAKE_RULES)/common.mk
AW 33
34 # Auto-generated dependencies
059388 35 PYTHON_REQUIRED_PACKAGES += library/python/python-dateutil
MT 36 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
37 PYTHON_REQUIRED_PACKAGES += library/python/wheel
38 PYTHON_REQUIRED_PACKAGES += runtime/python
39 TEST_REQUIRED_PACKAGES.python += library/python/coveralls
40 TEST_REQUIRED_PACKAGES.python += library/python/pytest
4d3691 41 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
059388 42 TEST_REQUIRED_PACKAGES.python += library/python/python-dateutil