jenkins-core-weekly: update to 2.496
[oi-userland.git] / components / python / py / Makefile
blob2eb596f5baf5c4e252151d1191683646334cf964
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 py
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = py
22 COMPONENT_VERSION = 1.11.0
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = py - library with cross-python path, ini-parsing, io, code, log facilities
25 COMPONENT_PROJECT_URL = https://py.readthedocs.io/
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/98/ff/fec109ceb715d2a6b4c4a85a61af3b40c723a961e8828319fbcb15b868dc/py-1.11.0.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 # This component is required by following bootstrapped components so it must be
34 # bootstrapped too.
35 # - tox (test bootstrap)
36 PYTHON_TEST_BOOTSTRAP = yes
38 include $(WS_MAKE_RULES)/common.mk
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
42 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
43 PYTHON_REQUIRED_PACKAGES += runtime/python