# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # This file was automatically generated using the following command: # $WS_TOOLS/python-integrate-project -d multimedia/yt-dlp yt_dlp # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = yt_dlp HUMAN_VERSION = 2024.3.10 COMPONENT_SUMMARY = yt_dlp - A youtube-dl fork with additional features and patches COMPONENT_ARCHIVE_HASH = \ sha256:6e74cb14a69dbeb872c8ef4e0b8bbed2ee846ec633513cf3124a74c1faedc07b COMPONENT_LICENSE = Unlicense COMPONENT_LICENSE_FILE = LICENSE COMPONENT_FMRI = multimedia/yt-dlp COMPONENT_CLASSIFICATION = Applications/Sound and Video # This is a standalone application. Since no other Python project depends on # it we just provide single unversioned package. SINGLE_PYTHON_VERSION = yes include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/brotli PYTHON_REQUIRED_PACKAGES += library/python/certifi PYTHON_REQUIRED_PACKAGES += library/python/hatchling PYTHON_REQUIRED_PACKAGES += library/python/mutagen PYTHON_REQUIRED_PACKAGES += library/python/pycryptodomex PYTHON_REQUIRED_PACKAGES += library/python/requests PYTHON_REQUIRED_PACKAGES += library/python/urllib3 PYTHON_REQUIRED_PACKAGES += library/python/websockets PYTHON_REQUIRED_PACKAGES += runtime/python TEST_REQUIRED_PACKAGES.python += library/python/pytest