mps-youtube: rename to yewtube, update to 2.10.4.

This commit is contained in:
icp 2023-03-09 00:42:46 +05:30 committed by classabbyamp
parent e31d5b39d3
commit 0c2e9b84b4
3 changed files with 27 additions and 14 deletions

1
srcpkgs/mps-youtube Symbolic link
View file

@ -0,0 +1 @@
yewtube

View file

@ -1,14 +0,0 @@
# Template file for 'mps-youtube'
pkgname=mps-youtube
version=0.2.8
revision=6
build_style=python3-module
pycompile_module="mps_youtube"
hostmakedepends="python3-setuptools"
depends="python3-pafy python3-setuptools"
short_desc="Terminal based YouTube player and downloader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/mps-youtube/mps-youtube/"
distfiles="https://github.com/mps-youtube/${pkgname}/archive/v${version}.tar.gz"
checksum=d5f2c4bc1f57f0566242c4a0a721a5ceaa6d6d407f9d6dd29009a714a0abec74

26
srcpkgs/yewtube/template Normal file
View file

@ -0,0 +1,26 @@
# Template file for 'yewtube'
pkgname=yewtube
version=2.10.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-pyperclip python3-youtubesearch python3-pylast yt-dlp
python3-mutagen python3-pycryptodomex python3-websockets python3-Brotli python3-certifi"
checkdepends="${depends} python3-pip python3-dbus python3-gobject python3-pytest-xdist"
short_desc="Terminal based YouTube player and downloader"
maintainer="icp <pangolin@vivaldi.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/mps-youtube/yewtube"
changelog="https://raw.githubusercontent.com/mps-youtube/yewtube/master/CHANGELOG.md"
distfiles="https://github.com/mps-youtube/yewtube/archive/refs/tags/v${version}.tar.gz"
checksum=e7b93f3929f9266ecb32317d0c23acdd8966626f83015e361ef44cff1089fa32
post_install() {
vbin yt
}
mps-youtube_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" (transitional dummy package)"
}