pkgsrc/www/py-flask-wtf/Makefile
rodent 64d54b6a46 Set py-wtforms acceptable dependency versions based on documentation. Added
options framework to allow user to run the unit tests during the build.
Requires py-nose and py-flask-babel, but is disabled by default.
2014-01-10 02:21:53 +00:00

26 lines
718 B
Makefile

# $NetBSD: Makefile,v 1.8 2014/01/10 02:21:53 rodent Exp $
DISTNAME= Flask-WTF-0.9.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://pypi.python.org/packages/source/F/Flask-WTF/
FETCH_USING= curl
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://github.com/lepture/flask-wtf
COMMENT= Simple integration of Flask and WTForms
LICENSE= modified-bsd
USE_LANGUAGES= # empty
PYTHON_VERSIONS_INCLUDE_3X= yes
PYTHON_VERSIONS_INCOMPATIBLE= 31 32
EGG_NAME= ${DISTNAME:S/-/_/1}
.include "options.mk"
DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-wtforms>=1.0.5<2.0:../../www/py-wtforms
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"