pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-cfscrape Add py-cfscrape-1.6.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd302e9d50f3
branches:  trunk
changeset: 358243:fd302e9d50f3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 07 23:52:16 2017 +0000

description:
Add py-cfscrape-1.6.8:

This Python module allows by-passing of Cloudfare's anti-bot page. It
will dynamically evaluate the Javascript challenge as proof of web
browserness. It cannot handle reCAPTCHA challenges.

diffstat:

 www/py-cfscrape/DESCR    |   3 +++
 www/py-cfscrape/Makefile |  17 +++++++++++++++++
 www/py-cfscrape/PLIST    |   9 +++++++++
 www/py-cfscrape/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 229426c6bc28 -r fd302e9d50f3 www/py-cfscrape/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cfscrape/DESCR     Tue Feb 07 23:52:16 2017 +0000
@@ -0,0 +1,3 @@
+This Python module allows by-passing of Cloudfare's anti-bot page. It
+will dynamically evaluate the Javascript challenge as proof of web
+browserness. It cannot handle reCAPTCHA challenges.
diff -r 229426c6bc28 -r fd302e9d50f3 www/py-cfscrape/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cfscrape/Makefile  Tue Feb 07 23:52:16 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/02/07 23:52:16 joerg Exp $
+
+DISTNAME=      cfscrape-1.6.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    python www net
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cfscrape/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://pypi.python.org/pypi/cfscrape/
+COMMENT=       Python module for dealing with Cloudfare protection
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-js2py-[0-9]*:../../lang/py-js2py
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 229426c6bc28 -r fd302e9d50f3 www/py-cfscrape/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cfscrape/PLIST     Tue Feb 07 23:52:16 2017 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/07 23:52:16 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cfscrape/__init__.py
+${PYSITELIB}/cfscrape/__init__.pyc
+${PYSITELIB}/cfscrape/__init__.pyo
diff -r 229426c6bc28 -r fd302e9d50f3 www/py-cfscrape/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-cfscrape/distinfo  Tue Feb 07 23:52:16 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/07 23:52:16 joerg Exp $
+
+SHA1 (cfscrape-1.6.8.tar.gz) = dd4d9d3754bfbb10e5ce92b7d14733d2f6436036
+RMD160 (cfscrape-1.6.8.tar.gz) = e74493116b2432b53a5862b27bd4a59af5359f3b
+SHA512 (cfscrape-1.6.8.tar.gz) = 9531403e941d3f7d3149012594ebadc0b6570d8419eb61bf2b53864fc467cc475f9601673fded545a195abf78d74ff1c9f715ac4504e391e82ba55589780832f
+Size (cfscrape-1.6.8.tar.gz) = 3202 bytes



Home | Main Index | Thread Index | Old Index