coursera-dl: update to 0.9.0

Closes: #6748 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2017-06-16 08:25:09 +02:00 committed by Michael Aldridge
parent 8c2ab7f1b9
commit cba23536ab
1 changed files with 7 additions and 9 deletions

View File

@ -1,19 +1,17 @@
# Template file for 'coursera-dl' # Template file for 'coursera-dl'
pkgname=coursera-dl pkgname=coursera-dl
version=0.6.1 version=0.9.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
pycompile_module="coursera" pycompile_module="coursera"
noarch=yes
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-pyasn1 python3-html5lib depends="python3-setuptools python3-pyasn1 python3-ConfigArgParse
python3-BeautifulSoup4 python3-requests python3-six python3-keyring" python3-BeautifulSoup4 python3-requests python3-six python3-keyring
python3-urllib3"
short_desc="Script for downloading Coursera.org videos and naming them" short_desc="Script for downloading Coursera.org videos and naming them"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
license="GPL-3" license="GPL-3"
homepage="https://github.com/coursera-dl/coursera-dl" homepage="https://github.com/coursera-dl/coursera-dl"
distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz" distfiles="${PYPI_SITE}/c/coursera-dl/coursera-dl-${version}.tar.gz"
checksum=b37e85d952006722f69ad0c09878f546c56fe2e74a9fb3138d147d55c77051eb checksum=6931b940ba083b4bbd2b37f5290c641e38bb75af697c62f0092abd90418a00f8
post_extract() {
sed -i 's/1.0b2/0.99999/' requirements.txt
}