Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yt-dlp: add depends from pip3 check
@ 2023-05-30 21:59 dkwo
  2023-05-30 22:48 ` paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dkwo @ 2023-05-30 21:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages yt
https://github.com/void-linux/void-packages/pull/44185

yt-dlp: add depends from pip3 check
from running `pip3 check` on my system

- I tested the changes in this PR: yes
- I built this PR locally for my native architecture, (x86_64-musl)

cc maintainer @paper42 

A patch file from https://github.com/void-linux/void-packages/pull/44185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yt-44185.patch --]
[-- Type: text/x-diff, Size: 1354 bytes --]

From 2fa8c4cf5f32177bd6fed89e3194f7467e2f3d2e Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Tue, 30 May 2023 17:58:13 -0400
Subject: [PATCH] yt-dlp: add depends from pip3 check

---
 srcpkgs/yt-dlp/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template
index a13631631169..a07e4717009b 100644
--- a/srcpkgs/yt-dlp/template
+++ b/srcpkgs/yt-dlp/template
@@ -1,16 +1,17 @@
 # Template file for 'yt-dlp'
 pkgname=yt-dlp
 version=2023.03.04
-revision=1
+revision=2
 build_style=python3-module
 make_check_args="-k not(download)"
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3 python3-Brotli python3-certifi python3-mutagen
+ python3-pycryptodomex python3-websockets"
 checkdepends="python3-pytest-xdist"
 short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
 license="Unlicense"
 homepage="https://github.com/yt-dlp/yt-dlp"
 changelog="https://raw.githubusercontent.com/yt-dlp/yt-dlp/master/Changelog.md"
-distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.tar.gz"
+distfiles="https://github.com/yt-dlp/yt-dlp/releases/download/${version}/yt-dlp.tar.gz"
 checksum=771d2abefcd5f1e6f3ab6d6d18cdae98be4ab73538d1174e7e7236640418e150

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-10-17 16:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 21:59 [PR PATCH] yt-dlp: add depends from pip3 check dkwo
2023-05-30 22:48 ` paper42
2023-05-31  0:39 ` dkwo
2023-05-31  2:30 ` sgn
2023-05-31  5:55 ` icp1994
2023-06-28 21:11 ` [PR PATCH] [Updated] " dkwo
2023-09-12 17:18 ` dkwo
2023-09-12 17:20 ` [PR PATCH] [Updated] " dkwo
2023-10-17 16:09 ` dkwo
2023-10-17 16:09 ` [PR PATCH] [Closed]: " dkwo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).