python3-pafy: drop broken py2 version
This commit is contained in:
parent
815fb6485d
commit
8af55b4e53
|
@ -0,0 +1 @@
|
|||
python3-pafy
|
|
@ -1,29 +0,0 @@
|
|||
# Template file for 'python-pafy'
|
||||
pkgname=python-pafy
|
||||
version=0.5.4
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pafy-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pafy"
|
||||
hostmakedepends="python-setuptools python3-setuptools youtube-dl python3-youtube-dl"
|
||||
depends="youtube-dl"
|
||||
short_desc="Python2 library to download YouTube content and retrieve metadata"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-3"
|
||||
homepage="https://github.com/mps-youtube/pafy"
|
||||
distfiles="https://github.com/mps-youtube/pafy/archive/v${version}.tar.gz"
|
||||
checksum=a2f9fe7c6175264993190081e1558516b2f2b5987f13a581a55cd9d838df973b
|
||||
alternatives="pafy:ytdl:/usr/bin/ytdl2"
|
||||
|
||||
python3-pafy_package() {
|
||||
archs=noarch
|
||||
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*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pafy
|
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-pafy'
|
||||
pkgname=python3-pafy
|
||||
version=0.5.4
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="pafy-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="pafy"
|
||||
hostmakedepends="python3-setuptools youtube-dl"
|
||||
depends="youtube-dl"
|
||||
short_desc="Python3 library to download YouTube content and retrieve metadata"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/mps-youtube/pafy"
|
||||
distfiles="https://github.com/mps-youtube/pafy/archive/v${version}.tar.gz"
|
||||
checksum=a2f9fe7c6175264993190081e1558516b2f2b5987f13a581a55cd9d838df973b
|
||||
|
||||
python-pafy_package() {
|
||||
depends="python3-pafy"
|
||||
short_desc+=" - transitional dummy package"
|
||||
build_style=meta
|
||||
}
|
Loading…
Reference in New Issue