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
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 incremental
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= incremental
22 HUMAN_VERSION
= 24.7.2
23 COMPONENT_SUMMARY
= A small library that versions your Python projects.
24 COMPONENT_PROJECT_URL
= https
://github.com
/twisted
/incremental
25 COMPONENT_ARCHIVE_HASH
= \
26 sha256
:fb4f1d47ee60efe87d4f6f0ebb5f70b9760db2b2574c59c8e8912be4ebd464c9
27 COMPONENT_LICENSE
= MIT
28 COMPONENT_LICENSE_FILE
= LICENSE
30 include $(WS_MAKE_RULES
)/common.mk
32 # Remove directories created by previous test run to make test results reproducible
33 COMPONENT_PRE_TEST_ACTION
+= $(RM
) -r
$(@D
)/tests
/example_noop
/build
;
34 COMPONENT_PRE_TEST_ACTION
+= $(RM
) -r
$(@D
)/tests
/example_noop
/example_noop.egg-info
;
35 COMPONENT_PRE_TEST_ACTION
+= $(RM
) -r
$(@D
)/tests
/example_setuppy
/build
;
36 COMPONENT_PRE_TEST_ACTION
+= $(RM
) -r
$(@D
)/tests
/example_setuppy
/src
/example_setuppy.egg-info
;
37 COMPONENT_PRE_TEST_ACTION
+= $(RM
) -r
$(@D
)/tests
/example_setuptools
/build
;
38 COMPONENT_PRE_TEST_ACTION
+= $(RM
) -r
$(@D
)/tests
/example_setuptools
/src
/example_setuptools.egg-info
;
40 # Random temporary directory name
41 COMPONENT_TEST_TRANSFORMS
+= "-e 's|\(/\.tmp-\).\{8\}/|\1XXXXXXXX/|'"
43 # Auto-generated dependencies
44 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
45 PYTHON_REQUIRED_PACKAGES
+= library
/python
/tomli
46 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/build
48 TEST_REQUIRED_PACKAGES.python
+= library
/python
/click
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/coverage
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/twisted
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/virtualenv