Marcel Telka
2024-04-03 72d66ff28ec33bc2c05b355c6218d98d13b79450
commit | author | age
9eed4e 1 #
NH 2 # This file and its contents are supplied under the terms of the
34a5a6 3 # Common Development and Distribution License ("CDDL"), version 1.0.
MT 4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
9eed4e 6 #
NH 7 # A full copy of the text of the CDDL should have accompanied this
34a5a6 8 # source.  A copy of the CDDL is also available via the Internet at
9eed4e 9 # http://www.illumos.org/license/CDDL.
NH 10 #
11
12 #
34a5a6 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/python-integrate-project -d multimedia/youtube-dl youtube_dl
9eed4e 15 #
NH 16
34a5a6 17 BUILD_STYLE = setup.py
9eed4e 18
NH 19 include ../../../make-rules/shared-macros.mk
20
34a5a6 21 COMPONENT_NAME =        youtube_dl
MT 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
9eed4e 32
34a5a6 33 COMPONENT_FMRI =        multimedia/youtube-dl
MT 34 COMPONENT_CLASSIFICATION =    Applications/Sound and Video
35
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
39
40 # Tests needs internet access
41 TEST_STYLE = none
9eed4e 42
NH 43 include $(WS_MAKE_RULES)/common.mk
44
45 # Auto-generated dependencies
37cfe6 46 PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
MT 47 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
48 PYTHON_REQUIRED_PACKAGES += runtime/python