python/rapidfuzz: update to 3.11.0
[oi-userland.git] / components / multimedia / youtube-dl / Makefile
blob9e8cdb543ac01d7096a086d824119ecf55ec5dbd
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 -d multimedia/youtube-dl youtube_dl
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = youtube_dl
22 HUMAN_VERSION = 2021.12.17
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = youtube_dl - YouTube video downloader
25 COMPONENT_PROJECT_URL = https://github.com/ytdl-org/youtube-dl
26 COMPONENT_ARCHIVE_URL = \
27 https://files.pythonhosted.org/packages/01/4f/ab0d0806f4d818168d0ec833df14078c9d1ddddb5c42fa7bfb6f15ecbfa7/youtube_dl-2021.12.17.tar.gz
28 COMPONENT_ARCHIVE_HASH = \
29 sha256:bc59e86c5d15d887ac590454511f08ce2c47698d5a82c27bfe27b5d814bbaed2
30 COMPONENT_LICENSE = Unlicense
31 COMPONENT_LICENSE_FILE = LICENSE
33 COMPONENT_FMRI = multimedia/youtube-dl
34 COMPONENT_CLASSIFICATION = Applications/Sound and Video
36 # This is a standalone application. Since no other Python project depends on
37 # it we just provide single unversioned package.
38 SINGLE_PYTHON_VERSION = yes
40 # Tests needs internet access
41 TEST_STYLE = none
43 include $(WS_MAKE_RULES)/common.mk
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
47 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
48 PYTHON_REQUIRED_PACKAGES += runtime/python