perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / toml / Makefile
blob839b32a3d31f794f22e9dab18eb1dacaf051b69f
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 toml
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = toml
22 HUMAN_VERSION = 0.10.2
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = toml - Python Library for Tom's Obvious, Minimal Language
25 COMPONENT_PROJECT_URL = https://github.com/uiri/toml
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f
30 COMPONENT_LICENSE = MIT
31 COMPONENT_LICENSE_FILE = LICENSE
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += runtime/python
37 TEST_REQUIRED_PACKAGES.python += library/python/numpy
38 TEST_REQUIRED_PACKAGES.python += library/python/pytest
39 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov