python-pafy: update to 0.3.82.
This commit is contained in:
parent
915585fe42
commit
2346500d40
|
@ -1,23 +1,25 @@
|
|||
# Template file for 'python-pafy'
|
||||
pkgname=python-pafy
|
||||
version=0.3.74
|
||||
version=0.3.82
|
||||
revision=1
|
||||
replaces="pafy>=0"
|
||||
wrksrc="pafy-${version}"
|
||||
noarch=yes
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="pafy"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
short_desc="Python2 library to download YouTube content and retrieve metadata"
|
||||
maintainer="Logen K <logen@sudotask.com>"
|
||||
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=affaeb941025beebf1b0dc871b6839ecc62080853be2ed6a28c64bb3148e3d17
|
||||
checksum=6c82dcfa4d1c3280fcc4f0f4d9950a8471b135c9509ba58d663b8358b12270e3
|
||||
|
||||
python3.4-pafy_package() {
|
||||
short_desc="${short_desc/2/3/}"
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pafy"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue