mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
python-pafy: update to 0.5.4
This commit is contained in:
parent
3a423b3973
commit
77e114315a
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pafy'
|
# Template file for 'python-pafy'
|
||||||
pkgname=python-pafy
|
pkgname=python-pafy
|
||||||
version=0.5.3.1
|
version=0.5.4
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pafy-${version}"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="pafy"
|
wrksrc="pafy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
pycompile_module="pafy"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools youtube-dl python3-youtube-dl"
|
||||||
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>"
|
||||||
license="LGPL-3"
|
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=512f3fdca213d1b55e05d9eaf3440e7ecdeadf9b517778af6e101910da3591e0
|
checksum=a2f9fe7c6175264993190081e1558516b2f2b5987f13a581a55cd9d838df973b
|
||||||
alternatives="pafy:ytdl:/usr/bin/ytdl2"
|
alternatives="pafy:ytdl:/usr/bin/ytdl2"
|
||||||
|
|
||||||
python3-pafy_package() {
|
python3-pafy_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue