python-pafy: rebuild for Python 3.5

Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
Alessio Sergi 2016-10-16 22:55:40 +02:00
parent 619aab1038
commit 322cb5e916
2 changed files with 17 additions and 11 deletions

View file

@ -1,13 +1,12 @@
# Template file for 'python-pafy' # Template file for 'python-pafy'
pkgname=python-pafy pkgname=python-pafy
version=0.5.2 version=0.5.2
revision=1 revision=2
wrksrc="pafy-${version}" wrksrc="pafy-${version}"
noarch=yes noarch=yes
python_versions="2.7 3.4"
pycompile_module="pafy" pycompile_module="pafy"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3.4-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="youtube-dl" depends="youtube-dl"
short_desc="Python2 library to download YouTube content and retrieve metadata" short_desc="Python2 library to download YouTube content and retrieve metadata"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
@ -15,17 +14,23 @@ license="LGPL-3"
homepage="https://github.com/np1/pafy" homepage="https://github.com/np1/pafy"
distfiles="https://github.com/np1/pafy/archive/v${version}.tar.gz" distfiles="https://github.com/np1/pafy/archive/v${version}.tar.gz"
checksum=c67ed5ac98ba2d65289c6acad690943ec411724171b7fcb4bb7bf16847f613a1 checksum=c67ed5ac98ba2d65289c6acad690943ec411724171b7fcb4bb7bf16847f613a1
alternatives="pafy:ytdl:/usr/bin/ytdl2.7" alternatives="pafy:ytdl:/usr/bin/ytdl2"
python3.4-pafy_package() { python3-pafy_package() {
noarch=yes noarch=yes
pycompile_version="3.4"
pycompile_module="pafy" pycompile_module="pafy"
depends="python3.4-youtube-dl" replaces="python3.4-pafy>=0"
short_desc="${short_desc/2/3.4/}" depends="python3-youtube-dl"
alternatives="pafy:ytdl:/usr/bin/ytdl3.4" short_desc="${short_desc/2/3/}"
alternatives="pafy:ytdl:/usr/bin/ytdl3"
pkg_install() { pkg_install() {
vmove usr/bin/ytdl3.4 vmove usr/bin/ytdl3
vmove usr/lib/python3.4 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}"
}

1
srcpkgs/python3-pafy Symbolic link
View file

@ -0,0 +1 @@
python-pafy