dabc3b249e
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.
21 lines
682 B
Makefile
21 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/02/01 15:27:14 leot Exp $
|
|
|
|
DISTNAME= robobrowser-0.5.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/robobrowser/}
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
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"
|