From 9dc62763da7b7c58af2b00f75d5699d0eedb3c1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:26:51 -0500 Subject: [PATCH] youtube-dl: rebuild for python3-3.13 --- srcpkgs/youtube-dl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index f4bf40b1988..35b8de68c17 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,11 +1,10 @@ # Template file for 'youtube-dl' pkgname=youtube-dl version=2021.12.17 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" -checkdepends="flake8 python3-nose" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Orphaned " license="Unlicense" @@ -13,6 +12,7 @@ homepage="http://ytdl-org.github.io/youtube-dl" changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog" distfiles="https://github.com/ytdl-org/youtube-dl/archive/${version}.tar.gz" checksum=d095479ccdbc5f42d312faf4a42c7bd009a2efb5703120311b7a86ad6a3197f4 +make_check=no # Tests require removed python3-nose do_check() { PYTHON=/usr/bin/python3 make offlinetest