firefox: update to 128.0.3
[oi-userland.git] / components / python / invocations / Makefile
blob7a7be215b1990d0f0bb458e745e6b9fb087169ec
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 invocations
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = invocations
22 HUMAN_VERSION = 3.3.0
23 COMPONENT_SUMMARY = invocations - Common/best-practice Invoke tasks and collections
24 COMPONENT_PROJECT_URL = https://invocations.readthedocs.io
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/93/6d/094a0bdc46e2e00ad00e02415525c708c708b0509085727853a62cea6f4c/invocations-3.3.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:caa950dad1842f89074e4bc241958dc3acc3b36c39a94e8c08c3ea5b5f7e992f
29 COMPONENT_LICENSE = BSD-2-Clause
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = setup.py
34 include $(WS_MAKE_RULES)/common.mk
36 # This project does not support tox so we need to provide test requirements
37 # manually.
38 TEST_REQUIREMENTS += dev-requirements.txt
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/blessings
42 PYTHON_REQUIRED_PACKAGES += library/python/invoke
43 PYTHON_REQUIRED_PACKAGES += library/python/releases
44 PYTHON_REQUIRED_PACKAGES += library/python/semantic-version
45 PYTHON_REQUIRED_PACKAGES += library/python/tabulate
46 PYTHON_REQUIRED_PACKAGES += library/python/tqdm
47 PYTHON_REQUIRED_PACKAGES += library/python/twine
48 PYTHON_REQUIRED_PACKAGES += library/python/wheel
49 PYTHON_REQUIRED_PACKAGES += runtime/python
50 TEST_REQUIRED_PACKAGES.python += library/python/black
51 TEST_REQUIRED_PACKAGES.python += library/python/coverage
52 TEST_REQUIRED_PACKAGES.python += library/python/flake8
53 TEST_REQUIRED_PACKAGES.python += library/python/icecream
54 TEST_REQUIRED_PACKAGES.python += library/python/invoke
55 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
56 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
57 TEST_REQUIRED_PACKAGES.python += library/python/pytest-relaxed
58 TEST_REQUIRED_PACKAGES.python += library/python/releases
59 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
60 TEST_REQUIRED_PACKAGES.python += library/python/watchdog