# # 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 whey # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = whey HUMAN_VERSION = 0.1.1 COMPONENT_REVISION = 1 COMPONENT_SUMMARY = A simple Python wheel builder for simple projects. COMPONENT_PROJECT_URL = https://github.com/repo-helper/whey COMPONENT_ARCHIVE_URL = \ https://github.com/repo-helper/whey/archive/refs/tags/v$(HUMAN_VERSION).tar.gz COMPONENT_ARCHIVE_HASH = \ sha256:a9e79ba17423841f14d80802769593c3f9c54f2d60312450b6db98acecdf8a54 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE # # Following dependency loops were detected (where 'A --> B' means 'A needs B to # run tests', and 'A ==> B' means 'A needs B for build and/or run'): # # whey --> coincidence ==> whey # # To break loops we need to allow this component to integrate without testing in # a case the required packages are not available yet (bootstrap). # PYTHON_TEST_BOOTSTRAP = yes include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/attrs PYTHON_REQUIRED_PACKAGES += library/python/click PYTHON_REQUIRED_PACKAGES += library/python/consolekit PYTHON_REQUIRED_PACKAGES += library/python/dist-meta PYTHON_REQUIRED_PACKAGES += library/python/dom-toml PYTHON_REQUIRED_PACKAGES += library/python/domdf-python-tools PYTHON_REQUIRED_PACKAGES += library/python/handy-archives PYTHON_REQUIRED_PACKAGES += library/python/natsort PYTHON_REQUIRED_PACKAGES += library/python/packaging PYTHON_REQUIRED_PACKAGES += library/python/pyproject-parser PYTHON_REQUIRED_PACKAGES += library/python/setuptools PYTHON_REQUIRED_PACKAGES += library/python/shippinglabel PYTHON_REQUIRED_PACKAGES += library/python/wheel PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/cmarkgfm TEST_REQUIRED_PACKAGES.python += library/python/coincidence TEST_REQUIRED_PACKAGES.python += library/python/coverage TEST_REQUIRED_PACKAGES.python += library/python/docutils TEST_REQUIRED_PACKAGES.python += library/python/editables TEST_REQUIRED_PACKAGES.python += library/python/importlib-metadata TEST_REQUIRED_PACKAGES.python += library/python/iniconfig TEST_REQUIRED_PACKAGES.python += library/python/pip TEST_REQUIRED_PACKAGES.python += library/python/pyproject-examples TEST_REQUIRED_PACKAGES.python += library/python/pyproject-parser TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov TEST_REQUIRED_PACKAGES.python += library/python/pytest-randomly TEST_REQUIRED_PACKAGES.python += library/python/pytest-timeout TEST_REQUIRED_PACKAGES.python += library/python/re-assert TEST_REQUIRED_PACKAGES.python += library/python/readme-renderer TEST_REQUIRED_PACKAGES.python += library/python/virtualenv