From dfc1b2ed3ed6e5067bb7fd0f5b55140b60e5e97e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 16:18:02 +0200 Subject: [PATCH] coursera-dl: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/coursera-dl/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template index 180e7565096..75a4ca88367 100644 --- a/srcpkgs/coursera-dl/template +++ b/srcpkgs/coursera-dl/template @@ -1,14 +1,12 @@ # Template file for 'coursera-dl' pkgname=coursera-dl version=0.6.1 -revision=1 -build_style=python-module -python_versions="3.4" -pycompile_version="3.4" +revision=2 +build_style=python3-module pycompile_module="coursera" -hostmakedepends="python3.4-setuptools" -depends="python3.4-setuptools python3.4-pyasn1 python3.4-html5lib - python3.4-BeautifulSoup4 python3.4-requests python3.4-six python3.4-keyring" +hostmakedepends="python3-setuptools" +depends="python3-setuptools python3-pyasn1 python3-html5lib + python3-BeautifulSoup4 python3-requests python3-six python3-keyring" short_desc="Script for downloading Coursera.org videos and naming them" maintainer="Michael Gehring " license="GPL-3"