pkgsrc-WIP-changes archive

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

py-robobrowser: Import py-robobrowser-0.5.3 as wip/py-robobrowser



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Oct 5 15:24:03 2016 +0200
Changeset:	094bf9dd6b9e735aa42c863e683fa9fff2f504e9

Modified Files:
	Makefile
Added Files:
	py-robobrowser/DESCR
	py-robobrowser/Makefile
	py-robobrowser/PLIST
	py-robobrowser/distinfo

Log Message:
py-robobrowser: Import py-robobrowser-0.5.3 as wip/py-robobrowser

RoboBrowser is a simple, Pythonic library for browsing the web
without a standalone web browser. RoboBrowser can fetch a page,
click on links and buttons, and fill out and submit forms. If you
need to interact with web services that don't have APIs, RoboBrowser
can help.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=094bf9dd6b9e735aa42c863e683fa9fff2f504e9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 +
 py-robobrowser/DESCR    |  5 +++++
 py-robobrowser/Makefile | 21 +++++++++++++++++++++
 py-robobrowser/PLIST    | 40 ++++++++++++++++++++++++++++++++++++++++
 py-robobrowser/distinfo |  6 ++++++
 5 files changed, 73 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0219f4e..81fd7fc 100644
--- a/Makefile
+++ b/Makefile
@@ -3347,6 +3347,7 @@ SUBDIR+=	py-repoze.tm2
 SUBDIR+=	py-restkit
 SUBDIR+=	py-rf
 SUBDIR+=	py-rlcompleter2
+SUBDIR+=	py-robobrowser
 SUBDIR+=	py-rogues
 SUBDIR+=	py-ropemode
 SUBDIR+=	py-rpaths
diff --git a/py-robobrowser/DESCR b/py-robobrowser/DESCR
new file mode 100644
index 0000000..0f2e8d1
--- /dev/null
+++ b/py-robobrowser/DESCR
@@ -0,0 +1,5 @@
+RoboBrowser is a simple, Pythonic library for browsing the web
+without a standalone web browser. RoboBrowser can fetch a page,
+click on links and buttons, and fill out and submit forms. If you
+need to interact with web services that don't have APIs, RoboBrowser
+can help.
diff --git a/py-robobrowser/Makefile b/py-robobrowser/Makefile
new file mode 100644
index 0000000..76eab1a
--- /dev/null
+++ b/py-robobrowser/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	robobrowser-0.5.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/robobrowser/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://robobrowser.readthedocs.io/
+COMMENT=	Your friendly neighborhood web scraper
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=4.3.2:../../www/py-beautifulsoup4
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.6.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-werkzeug>=0.10.4:../../www/py-werkzeug
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-robobrowser/PLIST b/py-robobrowser/PLIST
new file mode 100644
index 0000000..ddab621
--- /dev/null
+++ b/py-robobrowser/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/robobrowser/__init__.py
+${PYSITELIB}/robobrowser/__init__.pyc
+${PYSITELIB}/robobrowser/__init__.pyo
+${PYSITELIB}/robobrowser/browser.py
+${PYSITELIB}/robobrowser/browser.pyc
+${PYSITELIB}/robobrowser/browser.pyo
+${PYSITELIB}/robobrowser/cache.py
+${PYSITELIB}/robobrowser/cache.pyc
+${PYSITELIB}/robobrowser/cache.pyo
+${PYSITELIB}/robobrowser/compat.py
+${PYSITELIB}/robobrowser/compat.pyc
+${PYSITELIB}/robobrowser/compat.pyo
+${PYSITELIB}/robobrowser/exceptions.py
+${PYSITELIB}/robobrowser/exceptions.pyc
+${PYSITELIB}/robobrowser/exceptions.pyo
+${PYSITELIB}/robobrowser/forms/__init__.py
+${PYSITELIB}/robobrowser/forms/__init__.pyc
+${PYSITELIB}/robobrowser/forms/__init__.pyo
+${PYSITELIB}/robobrowser/forms/fields.py
+${PYSITELIB}/robobrowser/forms/fields.pyc
+${PYSITELIB}/robobrowser/forms/fields.pyo
+${PYSITELIB}/robobrowser/forms/form.py
+${PYSITELIB}/robobrowser/forms/form.pyc
+${PYSITELIB}/robobrowser/forms/form.pyo
+${PYSITELIB}/robobrowser/helpers.py
+${PYSITELIB}/robobrowser/helpers.pyc
+${PYSITELIB}/robobrowser/helpers.pyo
+${PYSITELIB}/robobrowser/ordereddict.py
+${PYSITELIB}/robobrowser/ordereddict.pyc
+${PYSITELIB}/robobrowser/ordereddict.pyo
+${PYSITELIB}/robobrowser/responses.py
+${PYSITELIB}/robobrowser/responses.pyc
+${PYSITELIB}/robobrowser/responses.pyo
diff --git a/py-robobrowser/distinfo b/py-robobrowser/distinfo
new file mode 100644
index 0000000..12aecfb
--- /dev/null
+++ b/py-robobrowser/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (robobrowser-0.5.3.tar.gz) = 82e6e6efa161d0d9bf73677332ad97981d760d9a
+RMD160 (robobrowser-0.5.3.tar.gz) = d2192d22f67b09cd07730784123f1a92ecccd6fa
+SHA512 (robobrowser-0.5.3.tar.gz) = d26d351d65fc963459b49ff277c2c412165ee70b75f17581f61991ef6000cdf574648b72e65ef778425f7023a14109f02b1a0e53b67d9ac793941d0382060f54
+Size (robobrowser-0.5.3.tar.gz) = 22040 bytes


Home | Main Index | Thread Index | Old Index