python/setuptools-rust: replace deprecated wheel.bdist_wheel
[oi-userland.git] / components / python / ZConfig / Makefile
blob0d2bb91aaa0558dd3edae9f8637a943a4141336d
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 -d python/ZConfig zconfig
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = zconfig
22 HUMAN_VERSION = 4.1
23 COMPONENT_SUMMARY = zconfig - Structured Configuration Library
24 COMPONENT_PROJECT_URL = https://github.com/zopefoundation/ZConfig/
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:b6a79dda157f3698c8768d2cedc263216e8af240d3cf9d09a02a64291114eb20
27 COMPONENT_LICENSE = ZPL-2.1
28 COMPONENT_LICENSE_FILE = LICENSE.txt
30 include $(WS_MAKE_RULES)/common.mk
32 # To solve simliar problem like
33 # https://github.com/zopefoundation/persistent/issues/183
34 COMPONENT_POST_UNPACK_ACTION += \
35 $(RM) $(SOURCE_DIR)/src/ZConfig/tests/test_readme.py ;
37 # Force no colors and more verbose output via tox posargs
38 COMPONENT_TEST_TARGETS += -- -vv
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
43 PYTHON_REQUIRED_PACKAGES += runtime/python
44 TEST_REQUIRED_PACKAGES.python += library/python/docutils
45 TEST_REQUIRED_PACKAGES.python += library/python/manuel
46 TEST_REQUIRED_PACKAGES.python += library/python/zope-exceptions
47 TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner