pkgsrc/www/py-mechanize/Makefile
wiz 56ce744344 py-mechanize: update to 0.4.4.
2019-11-07 Kovid Goyal
	* 0.4.4 release
	* URLs passed into mechanize now automatically have URL unsafe characters
	percent encoded. This is necessary because newer versions of python
	disallow processing of URLs with unsafe characters. Note that this means
	values return by get_full_url(), get_selector() etc will be percent encoded.
2019-11-13 21:41:21 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.27 2019/11/13 21:41:21 wiz Exp $
DISTNAME= mechanize-0.4.4
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"