Marcel Telka
2023-05-23 97a88420cb1cf1a18f2f1aad4db7df699f9dcbc5
commit | author | age
cf2af0 1 #
52c7cb 2 # This file and its contents are supplied under the terms of the
MT 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.
cf2af0 6 #
52c7cb 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
cf2af0 10 #
AW 11
12 #
52c7cb 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project typing_extensions
cf2af0 15 #
AW 16
52c7cb 17 BUILD_STYLE = pyproject
ce6477 18 USE_COMMON_TEST_MASTER = no
52c7cb 19
cf2af0 20 include ../../../make-rules/shared-macros.mk
AW 21
52c7cb 22 COMPONENT_NAME =        typing_extensions
97a884 23 HUMAN_VERSION =            4.6.0
52c7cb 24 COMPONENT_SUMMARY =        typing_extensions - Backported and Experimental Type Hints for Python 3.7+
MT 25 COMPONENT_ARCHIVE_URL =        \
97a884 26     https://files.pythonhosted.org/packages/e4/03/4670b4c206e1dc869f2f0120c3d0a2b17d42526ab2b5a8f66d4cd8642ef3/typing_extensions-4.6.0.tar.gz
52c7cb 27 COMPONENT_ARCHIVE_HASH =    \
97a884 28     sha256:ff6b238610c747e44c268aa4bb23c8c735d665a63726df3f9431ce707f2aa768
52c7cb 29 COMPONENT_LICENSE =        PSF-2.0
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
ce6477 31
52c7cb 32 # This component is required by following bootstrapped components so it must be
MT 33 # bootstrapped too.
ce6477 34 # - importlib_metadata
88ae5e 35 # - platformdirs (test bootstrap)
52c7cb 36 # - setuptools_scm
88ae5e 37 # - tox (test bootstrap)
52c7cb 38 PYTHON_BOOTSTRAP = yes
cf2af0 39
AW 40 include $(WS_MAKE_RULES)/common.mk
52c7cb 41
cf2af0 42 # Auto-generated dependencies
52c7cb 43 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
ce6477 44 PYTHON_REQUIRED_PACKAGES += runtime/python