Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
937c33 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project linkify-it-py
15 #
16
c8ff85 17 BUILD_STYLE = pyproject
937c33 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        linkify-it-py
4aec26 22 HUMAN_VERSION =            2.0.3
937c33 23 COMPONENT_SUMMARY =        linkify-it-py - Links recognition library with FULL unicode support.
MT 24 COMPONENT_PROJECT_URL =        https://github.com/tsutsu3/linkify-it-py
25 COMPONENT_ARCHIVE_HASH =    \
4aec26 26     sha256:68cda27e162e9215c17d786649d1da0021a451bdc436ef9e0fa0ba5234b9b048
937c33 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
29
30 include $(WS_MAKE_RULES)/common.mk
31
32 # Auto-generated dependencies
c8ff85 33 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
937c33 34 PYTHON_REQUIRED_PACKAGES += library/python/uc-micro-py
c8ff85 35 PYTHON_REQUIRED_PACKAGES += library/python/wheel
937c33 36 PYTHON_REQUIRED_PACKAGES += runtime/python
c8ff85 37 TEST_REQUIRED_PACKAGES.python += library/python/pytest
MT 38 TEST_REQUIRED_PACKAGES.python += library/python/uc-micro-py