pkgsrc-WIP-changes archive

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

py-robobrowser: Imported in pkgsrc as www/py-robobrowser



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Feb 1 16:29:46 2017 +0100
Changeset:	b923e0451df19c2e2af53fd862777a64b66fb208

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

Log Message:
py-robobrowser: Imported in pkgsrc as www/py-robobrowser

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

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 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index d565f19..f4fd05d 100644
--- a/Makefile
+++ b/Makefile
@@ -3409,7 +3409,6 @@ 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
deleted file mode 100644
index 0f2e8d1..0000000
--- a/py-robobrowser/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 3cb4726..0000000
--- a/py-robobrowser/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	robobrowser-0.5.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_PYPI:=r/robobrowser/}
-
-MAINTAINER=	leot%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
deleted file mode 100644
index ddab621..0000000
--- a/py-robobrowser/PLIST
+++ /dev/null
@@ -1,40 +0,0 @@
-@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
deleted file mode 100644
index 12aecfb..0000000
--- a/py-robobrowser/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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