From 3bd50d11fceea19f111b3adff77ca53f5cd1529b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sun, 22 Mar 2020 11:31:20 -0500 Subject: [PATCH] ytmdl: update to 2020.03.21. --- srcpkgs/ytmdl/patches/dontbuilddeps.patch | 9 +++++++++ srcpkgs/ytmdl/template | 10 +++++----- 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/ytmdl/patches/dontbuilddeps.patch diff --git a/srcpkgs/ytmdl/patches/dontbuilddeps.patch b/srcpkgs/ytmdl/patches/dontbuilddeps.patch new file mode 100644 index 00000000000..7755646e909 --- /dev/null +++ b/srcpkgs/ytmdl/patches/dontbuilddeps.patch @@ -0,0 +1,9 @@ +--- setup.py.orig ++++ setup.py +@@ -39,6 +39,4 @@ + ), + python_requires=">=3.*", + scripts=['bin/ytmdl'], +- install_requires=req_pkgs, +- setup_requires=req_pkgs + ) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index f98240a10bb..3ee4554f3b9 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,19 +1,19 @@ # Template file for 'ytmdl' pkgname=ytmdl -version=2019.11.16 -revision=2 +version=2020.03.21 +revision=1 archs=noarch build_style=python3-module -pycompile_module="ytmdl" hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama - python3-itunespy python3-BeautifulSoup4 python3-downloader-cli" + python3-itunespy python3-BeautifulSoup4 python3-downloader-cli + python3-ffmpeg-python" short_desc="Get songs from youtube in mp3 format with all tags from itunes" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=e8f238657a6691c6785a8deb6b022990d5203e52ffe3584f3c772662dd91a501 +checksum=afcb52ebe5ee0567291860251a649950ec896b61525e35b59f1736e0e8e32bdc post_install() { vlicense LICENSE