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 -d python/setuptools-rust setuptools_rust
17 BUILD_STYLE
= pyproject
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= setuptools_rust
22 HUMAN_VERSION
= 1.10.1
23 COMPONENT_REVISION
= 1
24 COMPONENT_SUMMARY
= Setuptools Rust extension plugin
25 COMPONENT_PROJECT_URL
= https
://github.com
/PyO3
/setuptools-rust
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:d79035fc54cdf9342e9edf4b009491ecab06c3a652b37c3c137c7ba85547d3e6
28 COMPONENT_LICENSE
= MIT
29 COMPONENT_LICENSE_FILE
= LICENSE
33 include $(WS_MAKE_RULES
)/common.mk
35 # Tests are supposed to run using 'nox -s test' (see .github/workflows/ci.yml
36 # in the git repo). That in turn calls pytest with 'setuptools_rust', and
37 # 'tests' parameters (see noxfile.py). The 'pytest' test style is currently
38 # automatically detected so we just add needed parameters as test targets.
39 COMPONENT_TEST_TARGETS
+= setuptools_rust
40 COMPONENT_TEST_TARGETS
+= tests
42 # Auto-generated dependencies
43 PYTHON_REQUIRED_PACKAGES
+= library
/python
/semantic-version
44 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools
45 PYTHON_REQUIRED_PACKAGES
+= library
/python
/setuptools-scm
46 PYTHON_REQUIRED_PACKAGES
+= runtime
/python