pkgsrc/www/py-mechanize/Makefile
wiz 93e18632d4 py-mechanize: update to 0.4.5.
2019-12-22 Kovid Goyal
	* 0.4.5 release
	* Add a set_html() method to the browser object
2020-01-08 17:33:51 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.28 2020/01/08 17:33:51 wiz Exp $
DISTNAME= mechanize-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mechanize/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/python-mechanize/mechanize
COMMENT= Stateful programmatic web browsing in Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999999999:../../textproc/py-html5lib
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"