Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] yt-dlp: add depends from pip3 check
Date: Wed, 28 Jun 2023 23:11:36 +0200	[thread overview]
Message-ID: <20230628211136.mgmJUVI6CYux2SSzIN281qSMMruhrobM1IIgGAknFtU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44185@inbox.vuxu.org>

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

There is an updated 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 06969de893b8b0142ed0baca07034be8b23fd82c 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 fbad7395bf14..74b912ff72cf 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.06.22
-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=5291eb8e077ee1bc2585f4f522d75f1e4f9fd4c3374bace1572cf59b97bdd9c3

  parent reply	other threads:[~2023-06-28 21:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-30 21:59 [PR PATCH] " 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 ` dkwo [this message]
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=20230628211136.mgmJUVI6CYux2SSzIN281qSMMruhrobM1IIgGAknFtU@z \
    --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).