coursera-dl: add missing pycompile_{version,module}

This commit is contained in:
Alessio Sergi 2016-06-19 00:02:59 +02:00
parent 6353b3548c
commit abac2a30df

View file

@ -1,13 +1,15 @@
# Template file for 'coursera-dl' # Template file for 'coursera-dl'
pkgname=coursera-dl pkgname=coursera-dl
version=0.5.2 version=0.5.2
revision=1 revision=2
build_style=python-module build_style=python-module
python_versions="3.4"
wrksrc="coursera-${version}" wrksrc="coursera-${version}"
hostmakedepends="python3.4 python3.4-setuptools" python_versions="3.4"
depends="python3.4-pyasn1 python3.4-html5lib python3.4-BeautifulSoup4 pycompile_version="3.4"
python3.4-requests python3.4-six python3.4-keyring" 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"
short_desc="Script for downloading Coursera.org videos and naming them" short_desc="Script for downloading Coursera.org videos and naming them"
maintainer="Michael Gehring <mg@ebfe.org>" maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-3" license="GPL-3"