easy-rsa: update to 3.2.1
[oi-userland.git] / components / python / ukkonen / Makefile
blob97bd8c0ce4d2a86f59c3533acb5d69a1e1f1a2f2
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 ukkonen
17 BUILD_STYLE = setup.py
18 PYTHON3_SOABI = abi3
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = ukkonen
23 HUMAN_VERSION = 1.0.1
24 COMPONENT_SUMMARY = ukkonen - Implementation of bounded Levenshtein distance (Ukkonen)
25 COMPONENT_PROJECT_URL = https://www.github.com/asottile/ukkonen
26 COMPONENT_ARCHIVE_URL = \
27 https://github.com/asottile/ukkonen/archive/refs/tags/v$(HUMAN_VERSION).tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:5f3fd0e9c1b2a7ea669382ec3928370f11882cec991c4d3757955b56d18895f6
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/cffi
37 PYTHON_REQUIRED_PACKAGES += runtime/python
38 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
39 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
40 REQUIRED_PACKAGES += system/library
41 TEST_REQUIRED_PACKAGES.python += library/python/covdefaults
42 TEST_REQUIRED_PACKAGES.python += library/python/coverage
43 TEST_REQUIRED_PACKAGES.python += library/python/pytest