Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] youtube-dl: update to 2020.01.01.
@ 2020-01-02 18:45 voidlinux-github
  2020-01-02 22:22 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-02 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages youtube-dl
https://github.com/void-linux/void-packages/pull/17992

youtube-dl: update to 2020.01.01.
None

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

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

From c65316e10b45d00b9b3a7ea28642768181cdacd4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 2 Jan 2020 19:35:45 +0100
Subject: [PATCH] youtube-dl: update to 2020.01.01.

---
 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 4f96cb0c237..7a1f43a4a92 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2019.12.25
-revision=2
+version=2020.01.01
+revision=1
 archs=noarch
 wrksrc=youtube-dl
 build_style=python3-module
@@ -14,7 +14,7 @@ license="Unlicense"
 homepage="https://ytdl-org.github.io/youtube-dl/"
 changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
-checksum=0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d
+checksum=0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/etc

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

* Re: youtube-dl: update to 2020.01.01.
  2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
@ 2020-01-02 22:22 ` voidlinux-github
  2020-01-03  0:13 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-02 22:22 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/17992#issuecomment-570376939

Comment:
depends on python3-setuptools

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

* Re: [PR PATCH] [Updated] youtube-dl: update to 2020.01.01.
  2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
  2020-01-02 22:22 ` voidlinux-github
@ 2020-01-03  0:13 ` voidlinux-github
  2020-01-03  0:18 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-03  0:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages youtube-dl
https://github.com/void-linux/void-packages/pull/17992

youtube-dl: update to 2020.01.01.
None

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

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

From f2c5f5b9b136a853e6ed537458a37930f3ba5125 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 2 Jan 2020 19:35:45 +0100
Subject: [PATCH] youtube-dl: update to 2020.01.01.

---
 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 4f96cb0c237..6fd5a1f2bbf 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,20 +1,20 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2019.12.25
-revision=2
+version=2020.01.01
+revision=1
 archs=noarch
 wrksrc=youtube-dl
 build_style=python3-module
 pycompile_module="youtube_dl"
-hostmakedepends="python3"
-depends="python3"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
 short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Unlicense"
 homepage="https://ytdl-org.github.io/youtube-dl/"
 changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
-checksum=0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d
+checksum=0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/etc

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

* Re: youtube-dl: update to 2020.01.01.
  2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
  2020-01-02 22:22 ` voidlinux-github
  2020-01-03  0:13 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-03  0:18 ` voidlinux-github
  2020-01-03  0:43 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-03  0:18 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/17992#issuecomment-570411448

Comment:
You're right! Added.

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

* Re: [PR PATCH] [Updated] youtube-dl: update to 2020.01.01.
  2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-03  0:18 ` voidlinux-github
@ 2020-01-03  0:43 ` voidlinux-github
  2020-01-03  0:44 ` voidlinux-github
  2020-01-03  9:44 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-03  0:43 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages youtube-dl
https://github.com/void-linux/void-packages/pull/17992

youtube-dl: update to 2020.01.01.
None

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

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

From cf5ad5878c0e969d7fc70bad21ec18ca4e95821c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 2 Jan 2020 19:35:45 +0100
Subject: [PATCH] youtube-dl: update to 2020.01.01.

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

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 4f96cb0c237..093fd0b227c 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,20 +1,19 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2019.12.25
-revision=2
+version=2020.01.01
+revision=1
 archs=noarch
 wrksrc=youtube-dl
 build_style=python3-module
-pycompile_module="youtube_dl"
-hostmakedepends="python3"
-depends="python3"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
 short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Unlicense"
 homepage="https://ytdl-org.github.io/youtube-dl/"
 changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
-checksum=0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d
+checksum=0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/etc

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

* Re: youtube-dl: update to 2020.01.01.
  2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-03  0:43 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-03  0:44 ` voidlinux-github
  2020-01-03  9:44 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-03  0:44 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/17992#issuecomment-570418376

Comment:
Also removed `pycompile_module` as this is now computed automatically.


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

* Re: [PR PATCH] [Merged]: youtube-dl: update to 2020.01.01.
  2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-03  0:44 ` voidlinux-github
@ 2020-01-03  9:44 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-01-03  9:44 UTC (permalink / raw)
  To: ml

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

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

youtube-dl: update to 2020.01.01.
https://github.com/void-linux/void-packages/pull/17992

Description:
None

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

end of thread, other threads:[~2020-01-03  9:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02 18:45 [PR PATCH] youtube-dl: update to 2020.01.01 voidlinux-github
2020-01-02 22:22 ` voidlinux-github
2020-01-03  0:13 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-03  0:18 ` voidlinux-github
2020-01-03  0:43 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-03  0:44 ` voidlinux-github
2020-01-03  9:44 ` [PR PATCH] [Merged]: " voidlinux-github

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