void-packages/srcpkgs/python-pafy/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

29 lines
839 B
Bash

# Template file for 'python-pafy'
pkgname=python-pafy
version=0.5.3.1
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=512f3fdca213d1b55e05d9eaf3440e7ecdeadf9b517778af6e101910da3591e0
alternatives="pafy:ytdl:/usr/bin/ytdl2"
python3-pafy_package() {
noarch=yes
pycompile_module="pafy"
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*
}
}