python/pytest-regressions: update to 2.6.0
[oi-userland.git] / components / python / tabulate / Makefile
blobe97603f2a1e3dcbe0f8fc74a882ef8475a5b1525
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 tabulate
17 BUILD_STYLE = pyproject
18 USE_COMMON_TEST_MASTER = no
20 include ../../../make-rules/shared-macros.mk
22 COMPONENT_NAME = tabulate
23 HUMAN_VERSION = 0.9.0
24 COMPONENT_SUMMARY = tabulate - Pretty-print tabular data
25 COMPONENT_PROJECT_URL = https://github.com/astanin/python-tabulate
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/ec/fe/802052aecb21e3797b8f7902564ab6ea0d60ff8ca23952079064155d1ae1/tabulate-0.9.0.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c
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/setuptools
37 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
38 PYTHON_REQUIRED_PACKAGES += library/python/wheel
39 PYTHON_REQUIRED_PACKAGES += runtime/python
40 TEST_REQUIRED_PACKAGES.python += library/python/pytest