Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] yt-dlp: add depends from pip3 check
Date: Tue, 30 May 2023 23:59:44 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44185@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2023-05-30 21:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 21:59 dkwo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44185@inbox.vuxu.org \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).