Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] youtube-dl: update to 2021.12.17.
@ 2021-12-17 11:07 4ricci
  2021-12-17 12:42 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 4ricci @ 2021-12-17 11:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages youtube-dl
https://github.com/void-linux/void-packages/pull/34587

youtube-dl: update to 2021.12.17.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d7b65c2f75ea327f851c8fcca417c14e57abdee3 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Fri, 17 Dec 2021 11:39:25 +0100
Subject: [PATCH] youtube-dl: update to 2021.12.17.

---
 srcpkgs/youtube-dl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index b83c6c887ab0..11d959061127 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2021.06.06
-revision=2
+version=2021.12.17
+revision=1
 wrksrc="${pkgname}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="Unlicense"
 homepage="https://yt-dl.org"
 changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="${homepage}/downloads/${version}/${pkgname}-${version}.tar.gz"
-checksum=3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3
+checksum=9f3b99c8b778455165b4525f21505e86c7ff565f3ac319e19733d810194135df
 
 do_check() {
 	PYTHON=/usr/bin/python3 make offlinetest

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

* Re: youtube-dl: update to 2021.12.17.
  2021-12-17 11:07 [PR PATCH] youtube-dl: update to 2021.12.17 4ricci
@ 2021-12-17 12:42 ` paper42
  2021-12-17 14:53 ` [PR PATCH] [Updated] " 4ricci
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-12-17 12:42 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34587#issuecomment-996693569

Comment:
@4ricci I re-did the packaging with yt-dlp, could you compare its template with this one? The yt-dlp template is a bit cleaner.

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

* Re: [PR PATCH] [Updated] youtube-dl: update to 2021.12.17.
  2021-12-17 11:07 [PR PATCH] youtube-dl: update to 2021.12.17 4ricci
  2021-12-17 12:42 ` paper42
@ 2021-12-17 14:53 ` 4ricci
  2021-12-17 14:56 ` 4ricci
  2021-12-21 15:54 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: 4ricci @ 2021-12-17 14:53 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 4ricci against master on the void-packages repository

https://github.com/4ricci/void-packages youtube-dl
https://github.com/void-linux/void-packages/pull/34587

youtube-dl: update to 2021.12.17.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e445a894c3f921a1989f63894b5ea2410b0ce56c Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Fri, 17 Dec 2021 11:39:25 +0100
Subject: [PATCH] youtube-dl: update to 2021.12.17.

clean up template
---
 srcpkgs/youtube-dl/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index b83c6c887ab0..2480fd6557b8 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,11 +1,11 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2021.06.06
-revision=2
-wrksrc="${pkgname}"
+version=2021.12.17
+revision=1
+wrksrc="$pkgname"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools"
+depends="python3"
 checkdepends="flake8 python3-nose"
 short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -13,7 +13,7 @@ license="Unlicense"
 homepage="https://yt-dl.org"
 changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="${homepage}/downloads/${version}/${pkgname}-${version}.tar.gz"
-checksum=3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3
+checksum=9f3b99c8b778455165b4525f21505e86c7ff565f3ac319e19733d810194135df
 
 do_check() {
 	PYTHON=/usr/bin/python3 make offlinetest

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

* Re: youtube-dl: update to 2021.12.17.
  2021-12-17 11:07 [PR PATCH] youtube-dl: update to 2021.12.17 4ricci
  2021-12-17 12:42 ` paper42
  2021-12-17 14:53 ` [PR PATCH] [Updated] " 4ricci
@ 2021-12-17 14:56 ` 4ricci
  2021-12-21 15:54 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: 4ricci @ 2021-12-17 14:56 UTC (permalink / raw)
  To: ml

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

New comment by 4ricci on void-packages repository

https://github.com/void-linux/void-packages/pull/34587#issuecomment-996784435

Comment:
> @4ricci I re-did the packaging with yt-dlp, could you compare its template with this one? The yt-dlp template is a bit cleaner.

I think `post_install` is still required, otherwise shell completions will be installed to a different location.

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

* Re: [PR PATCH] [Merged]: youtube-dl: update to 2021.12.17.
  2021-12-17 11:07 [PR PATCH] youtube-dl: update to 2021.12.17 4ricci
                   ` (2 preceding siblings ...)
  2021-12-17 14:56 ` 4ricci
@ 2021-12-21 15:54 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-12-21 15:54 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

youtube-dl: update to 2021.12.17.
https://github.com/void-linux/void-packages/pull/34587

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-12-21 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 11:07 [PR PATCH] youtube-dl: update to 2021.12.17 4ricci
2021-12-17 12:42 ` paper42
2021-12-17 14:53 ` [PR PATCH] [Updated] " 4ricci
2021-12-17 14:56 ` 4ricci
2021-12-21 15:54 ` [PR PATCH] [Merged]: " paper42

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).