# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project bcrypt # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = bcrypt HUMAN_VERSION = 4.2.0 COMPONENT_SUMMARY = Modern password hashing for your software and your servers COMPONENT_ARCHIVE_HASH = \ sha256:cf69eaf5185fd58f268f805b505ce31f9b9fc2d64b376642164e9244540c1221 COMPONENT_LICENSE = Apache-2.0 COMPONENT_LICENSE_FILE = LICENSE include $(WS_MAKE_RULES)/common.mk # https://www.illumos.org/issues/15767 LD_Z_IGNORE= # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/setuptools PYTHON_REQUIRED_PACKAGES += library/python/setuptools-rust PYTHON_REQUIRED_PACKAGES += library/python/wheel PYTHON_REQUIRED_PACKAGES += runtime/python REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG) REQUIRED_PACKAGES += system/library TEST_REQUIRED_PACKAGES.python += library/python/coverage TEST_REQUIRED_PACKAGES.python += library/python/pytest