From 5543e5f83c74ce848679cde317ee4ad1da8b7e70 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 28 Dec 2022 12:26:50 +0100 Subject: [PATCH] youtube_dl, switch to python3.9 (#7682) --- net-misc/youtube_dl/youtube_dl-2021.12.17.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/youtube_dl/youtube_dl-2021.12.17.recipe b/net-misc/youtube_dl/youtube_dl-2021.12.17.recipe index f8d55e133..35d1444bd 100644 --- a/net-misc/youtube_dl/youtube_dl-2021.12.17.recipe +++ b/net-misc/youtube_dl/youtube_dl-2021.12.17.recipe @@ -8,7 +8,7 @@ to download these videos by itself." HOMEPAGE="https://ytdl-org.github.io/youtube-dl/index.html" COPYRIGHT="2006-2021 youtube-dl contributors" LICENSE="Unlicense" -REVISION="1" +REVISION="2" SOURCE_URI="https://yt-dl.org/downloads/$portVersion/youtube-dl-$portVersion.tar.gz" CHECKSUM_SHA256="9f3b99c8b778455165b4525f21505e86c7ff565f3ac319e19733d810194135df" SOURCE_DIR="youtube-dl" @@ -34,8 +34,8 @@ BUILD_PREREQUIRES=" cmd:zip " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.7) +PYTHON_PACKAGES=(python39) +PYTHON_VERSIONS=(3.9) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}