mps-youtube: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 16:34:31 +02:00
parent cff801b1e4
commit 9ac9f6709f

View file

@ -1,14 +1,12 @@
# Template file for 'mps-youtube'
pkgname=mps-youtube
version=0.2.7.1
revision=1
revision=2
noarch=yes
build_style=python-module
python_versions="3.4"
build_style=python3-module
pycompile_module="mps_youtube"
hostmakedepends="python3.4-setuptools"
makedepends="python3.4-devel"
depends="python3.4-pafy python3.4-setuptools"
hostmakedepends="python3-setuptools"
depends="python3-pafy python3-setuptools"
short_desc="Terminal based YouTube player and downloader"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"