pkgsrc/www/py-cfscrape/Makefile
adam edc646f05e py-cfscrape: updated to 1.9.7
1.9.7:
Update __init__.py

1.9.6:
Bump version
2019-03-21 10:23:45 +00:00

19 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/03/21 10:23:45 adam Exp $
DISTNAME= cfscrape-1.9.7
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.0.0:../../devel/py-requests
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"