pkgsrc/net/coursera-dl/Makefile
joerg 8757b34024 Add coursera-dl-0.8.0:
Coursera provides a variety of massive open online courses (MOOC)
covering many different topics. This script makes it easier to batch
download lecture resources (e.g., videos, ppt, etc) for Coursera classes.
Given one or more class names and account credentials, it obtains week
and class names from the lectures page, and then downloads the related
materials into appropriately named files and directories.
2016-12-15 23:41:31 +00:00

23 lines
803 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/12/15 23:41:31 joerg Exp $
DISTNAME= coursera-dl-0.8.0
MASTER_SITES= ${MASTER_SITE_GITHUB:=coursera-dl/}
GITHUB_TAG= 0.8.0
CATEGORIES= net
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= https://github.com/coursera-dl/coursera-dl
COMMENT= Download course ressources for Coursera classes
LICENSE= gnu-lgpl-v3
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.1.3:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-requests>=2.10.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.10:../../www/py-urllib3
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.7:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-keyring>=4.0:../../security/py-keyring
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"