ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / ruamel.yaml / Makefile
blobfa6a44599e961a0c31feb46f31d18f76f8f50a1b
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 ruamel.yaml
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = ruamel.yaml
22 HUMAN_VERSION = 0.18.6
23 COMPONENT_SUMMARY = ruamel.yaml - ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
24 COMPONENT_ARCHIVE_URL = \
25 https://sourceforge.net/projects/ruamel-dl-tagged-releases/files/$(COMPONENT_ARCHIVE)/download
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:c97160355f628060f62867e6eb25b23770cba5ec324699e45a3b615aab58b11a
28 COMPONENT_LICENSE = MIT
29 COMPONENT_LICENSE_FILE = LICENSE
31 COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.xz
33 include $(WS_MAKE_RULES)/common.mk
35 # Auto-generated dependencies
36 PYTHON_REQUIRED_PACKAGES += library/python/ruamel-yaml-clib
37 PYTHON_REQUIRED_PACKAGES += runtime/python
38 TEST_REQUIRED_PACKAGES.python += library/python/pytest
39 TEST_REQUIRED_PACKAGES.python += library/python/setuptools