# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project installer # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = installer HUMAN_VERSION = 0.7.0 COMPONENT_SUMMARY = installer - A library for installing Python wheels. COMPONENT_ARCHIVE_URL = \ https://files.pythonhosted.org/packages/05/18/ceeb4e3ab3aa54495775775b38ae42b10a92f42ce42dfa44da684289b8c8/installer-0.7.0.tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE TEST_STYLE = pytest # This component is required by following bootstrapped components so it must be # bootstrapped too. # - Userland build framework (see pyproject.mk) PYTHON_BOOTSTRAP = yes include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/flit-core PYTHON_REQUIRED_PACKAGES += runtime/python