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