mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ytmdl: update to 2020.03.21.
This commit is contained in:
parent
6c8542d731
commit
d35205cafe
2 changed files with 14 additions and 5 deletions
9
srcpkgs/ytmdl/patches/dontbuilddeps.patch
Normal file
9
srcpkgs/ytmdl/patches/dontbuilddeps.patch
Normal file
|
@ -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
|
||||||
|
)
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'ytmdl'
|
# Template file for 'ytmdl'
|
||||||
pkgname=ytmdl
|
pkgname=ytmdl
|
||||||
version=2019.11.16
|
version=2020.03.21
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ytmdl"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
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"
|
short_desc="Get songs from youtube in mp3 format with all tags from itunes"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/deepjyoti30/ytmdl"
|
homepage="https://github.com/deepjyoti30/ytmdl"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=e8f238657a6691c6785a8deb6b022990d5203e52ffe3584f3c772662dd91a501
|
checksum=afcb52ebe5ee0567291860251a649950ec896b61525e35b59f1736e0e8e32bdc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue