perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / filelock / Makefile
blob0ea679b7a2cbdc955ac1d320686a80ded62635c4
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.
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.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project filelock
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = filelock
22 HUMAN_VERSION = 3.16.1
23 COMPONENT_SUMMARY = A platform independent file lock.
24 COMPONENT_PROJECT_URL = https://github.com/tox-dev/py-filelock
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435
27 COMPONENT_LICENSE = Unlicense
28 COMPONENT_LICENSE_FILE = LICENSE
30 # This component is required by following bootstrapped components so it must be
31 # bootstrapped too.
32 # - tox (test bootstrap)
33 # - virtualenv (test bootstrap)
34 PYTHON_TEST_BOOTSTRAP = yes
36 include $(WS_MAKE_RULES)/common.mk
38 # This project does not support tox so we need to provide test requirements
39 # manually.
40 TEST_REQUIREMENTS_EXTRAS += testing
42 # Normalize pointers
43 COMPONENT_TEST_TRANSFORMS += "-e 's/0x[0-9a-f]\{12\}/\$$(POINTER)/g'"
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
47 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
48 PYTHON_REQUIRED_PACKAGES += runtime/python
49 TEST_REQUIRED_PACKAGES.python += library/python/covdefaults
50 TEST_REQUIRED_PACKAGES.python += library/python/coverage
51 TEST_REQUIRED_PACKAGES.python += library/python/pytest
52 TEST_REQUIRED_PACKAGES.python += library/python/pytest-asyncio
53 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
54 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout
56 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv