322cb5e916
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
36 lines
1 KiB
Bash
36 lines
1 KiB
Bash
# Template file for 'python-pafy'
|
|
pkgname=python-pafy
|
|
version=0.5.2
|
|
revision=2
|
|
wrksrc="pafy-${version}"
|
|
noarch=yes
|
|
pycompile_module="pafy"
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="youtube-dl"
|
|
short_desc="Python2 library to download YouTube content and retrieve metadata"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-3"
|
|
homepage="https://github.com/np1/pafy"
|
|
distfiles="https://github.com/np1/pafy/archive/v${version}.tar.gz"
|
|
checksum=c67ed5ac98ba2d65289c6acad690943ec411724171b7fcb4bb7bf16847f613a1
|
|
alternatives="pafy:ytdl:/usr/bin/ytdl2"
|
|
|
|
python3-pafy_package() {
|
|
noarch=yes
|
|
pycompile_module="pafy"
|
|
replaces="python3.4-pafy>=0"
|
|
depends="python3-youtube-dl"
|
|
short_desc="${short_desc/2/3/}"
|
|
alternatives="pafy:ytdl:/usr/bin/ytdl3"
|
|
pkg_install() {
|
|
vmove usr/bin/ytdl3
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|
|
python3.4-pafy_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-pafy>=${version}_${revision}"
|
|
}
|