21 lines
754 B
Bash
21 lines
754 B
Bash
# 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"
|
|
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"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/coursera-dl/coursera-dl"
|
|
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
|
|
checksum=b37e85d952006722f69ad0c09878f546c56fe2e74a9fb3138d147d55c77051eb
|
|
|
|
post_extract() {
|
|
sed -i 's/1.0b2/0.99999/' requirements.txt
|
|
}
|