4a2d4e5a39
2.0.8: Default SSL ciphers changed to resolve issues with some users reporting receiving Cloudflare captchas. If you're having issues with captchas, please try upgrading to the latest version.
19 lines
558 B
Makefile
19 lines
558 B
Makefile
# $NetBSD: Makefile,v 1.14 2019/09/17 08:34:43 adam Exp $
|
|
|
|
DISTNAME= cfscrape-2.0.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cfscrape/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/Anorov/cloudflare-scrape
|
|
COMMENT= Python module for dealing with Cloudfare protection
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= nodejs-[0-9]*:../../lang/nodejs
|
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.6.1:../../devel/py-requests
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|