gst-plugins-good1: update to 1.24.11
[oi-userland.git] / components / python / iniconfig / Makefile
blob11c740236b5b654a4b608362e5b565a5c1eab154
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 iniconfig
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = iniconfig
22 HUMAN_VERSION = 2.0.0
23 COMPONENT_SUMMARY = iniconfig - brain-dead simple config-ini parsing
24 COMPONENT_PROJECT_URL = https://github.com/pytest-dev/iniconfig
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3
29 COMPONENT_LICENSE = MIT
30 COMPONENT_LICENSE_FILE = LICENSE
32 TEST_STYLE = pytest
34 # This component is required by following bootstrapped components so it must be
35 # bootstrapped too.
36 # - pytest (test bootstrap)
37 PYTHON_TEST_BOOTSTRAP = yes
39 include $(WS_MAKE_RULES)/common.mk
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
43 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
44 PYTHON_REQUIRED_PACKAGES += runtime/python