Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] youtube-dl: drop python2 package
Date: Sun, 28 Jul 2019 20:37:35 +0200	[thread overview]
Message-ID: <20190728183735.Bn3K86Csh77Fpm7FCn951vREoTFzAnA7vWuKferAisI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13379@inbox.vuxu.org>

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

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

https://github.com/abenson/void-packages ytdlpy3
https://github.com/void-linux/void-packages/pull/13379

youtube-dl: drop python2 package


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

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

From 27fa6ee3f8af9df9710161f766f4f02e13957210 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sat, 27 Jul 2019 20:19:59 -0500
Subject: [PATCH] youtube-dl: drop python2 package

Closes #13111.
---
 srcpkgs/python3-youtube-dl  |  1 -
 srcpkgs/youtube-dl/template | 24 ++++++------------------
 2 files changed, 6 insertions(+), 19 deletions(-)
 delete mode 120000 srcpkgs/python3-youtube-dl

diff --git a/srcpkgs/python3-youtube-dl b/srcpkgs/python3-youtube-dl
deleted file mode 120000
index 067dc06bf49..00000000000
--- a/srcpkgs/python3-youtube-dl
+++ /dev/null
@@ -1 +0,0 @@
-youtube-dl
\ No newline at end of file
diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index c75bf278060..aac9b0206b5 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,21 +1,21 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
 version=2019.07.27
-revision=1
+revision=2
 archs=noarch
 wrksrc="$pkgname"
-build_style=python-module
+build_style=python3-module
 pycompile_module="youtube_dl"
-hostmakedepends="python python3"
-depends="python"
-short_desc="CLI program to download videos from YouTube and other sites (Python2)"
+hostmakedepends="python3"
+depends="python3 ffmpeg"
+short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="Unlicense"
 homepage="https://rg3.github.io/youtube-dl/"
 changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
 distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
 checksum=cdfc691ca9dcc63addb52dbbadb1b9e86325dd2d53d38ac844d504f482468bcc
-alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
+replaces="python3-youtube-dl>=0"
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/etc
@@ -23,15 +23,3 @@ post_install() {
 	vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname}
 	vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}.fish
 }
-
-python3-youtube-dl_package() {
-	archs=noarch
-	depends="python3"
-	pycompile_module="youtube_dl"
-	alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl3"
-	short_desc="${short_desc/2/3}"
-	pkg_install() {
-		vmove usr/bin/youtube-dl3
-		vmove usr/lib/python3*
-	}
-}

  parent reply	other threads:[~2019-07-28 18:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28  1:38 [PR PATCH] " voidlinux-github
2019-07-28  5:39 ` voidlinux-github
2019-07-28 18:37 ` voidlinux-github [this message]
2019-07-28 18:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-30  9:54 ` voidlinux-github
2019-07-30 12:25 ` voidlinux-github
2019-07-30 14:38 ` voidlinux-github
2019-07-30 21:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-30 21:36 ` voidlinux-github
2019-07-30 21:37 ` voidlinux-github
2019-07-30 21:37 ` voidlinux-github
2019-07-30 21:39 ` voidlinux-github
2019-07-31  5:43 ` voidlinux-github

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=20190728183735.Bn3K86Csh77Fpm7FCn951vREoTFzAnA7vWuKferAisI@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).