python-pafy: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
619aab1038
commit
322cb5e916
@ -1,13 +1,12 @@
|
||||
# Template file for 'python-pafy'
|
||||
pkgname=python-pafy
|
||||
version=0.5.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="pafy-${version}"
|
||||
noarch=yes
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="pafy"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
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>"
|
||||
@ -15,17 +14,23 @@ 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.7"
|
||||
alternatives="pafy:ytdl:/usr/bin/ytdl2"
|
||||
|
||||
python3.4-pafy_package() {
|
||||
python3-pafy_package() {
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pafy"
|
||||
depends="python3.4-youtube-dl"
|
||||
short_desc="${short_desc/2/3.4/}"
|
||||
alternatives="pafy:ytdl:/usr/bin/ytdl3.4"
|
||||
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.4
|
||||
vmove usr/lib/python3.4
|
||||
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}"
|
||||
}
|
||||
|
1
srcpkgs/python3-pafy
Symbolic link
1
srcpkgs/python3-pafy
Symbolic link
@ -0,0 +1 @@
|
||||
python-pafy
|
Loading…
Reference in New Issue
Block a user