pkgsrc/www/py-mechanize/Makefile
wiz abe0e96130 py-mechanize: mark as not for python 2.7
0.4.7 -> 0.4.8 broke this without notice, but the only user in
pkgsrc, calibre, is already restricted to python 3.x
2022-04-30 10:57:26 +00:00

20 lines
560 B
Makefile

# $NetBSD: Makefile,v 1.32 2022/04/30 10:57:26 wiz Exp $
DISTNAME= mechanize-0.4.8
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
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"