w3m: switch to openssl 3.1
[oi-userland.git] / components / python / installer / Makefile
blob0f12f8d553c7a7880d52879396c099b31a6adc14
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 installer
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = installer
22 HUMAN_VERSION = 0.7.0
23 COMPONENT_SUMMARY = installer - A library for installing Python wheels.
24 COMPONENT_ARCHIVE_URL = \
25 https://files.pythonhosted.org/packages/05/18/ceeb4e3ab3aa54495775775b38ae42b10a92f42ce42dfa44da684289b8c8/installer-0.7.0.tar.gz
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631
28 COMPONENT_LICENSE = MIT
29 COMPONENT_LICENSE_FILE = LICENSE
31 TEST_STYLE = pytest
33 # This component is required by following bootstrapped components so it must be
34 # bootstrapped too.
35 # - Userland build framework (see pyproject.mk)
36 PYTHON_BOOTSTRAP = yes
38 include $(WS_MAKE_RULES)/common.mk
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
42 PYTHON_REQUIRED_PACKAGES += runtime/python