python-pafy: update to 0.5.0.
This commit is contained in:
parent
519ad4123c
commit
e97df4b8fe
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pafy'
|
||||
pkgname=python-pafy
|
||||
version=0.3.82
|
||||
version=0.5.0
|
||||
revision=1
|
||||
wrksrc="pafy-${version}"
|
||||
noarch=yes
|
||||
|
@ -8,15 +8,17 @@ python_versions="2.7 3.4"
|
|||
pycompile_module="pafy"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python-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=6c82dcfa4d1c3280fcc4f0f4d9950a8471b135c9509ba58d663b8358b12270e3
|
||||
checksum=f69709e07e7612eb57c3c9565c76fa5c3c44a1e232b8b1803892aa0828df53e3
|
||||
|
||||
python3.4-pafy_package() {
|
||||
short_desc="${short_desc/2/3/}"
|
||||
depends="python3.4-youtube-dl"
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pafy"
|
||||
|
|
Loading…
Reference in New Issue