pkgsrc/www/py-flask-testing/Makefile
adam 889d9b2a0a py-flask-testing: updated to 0.7.1
0.7.1:
Reverts the request context changes from 0.7.0. This change broke backwards compatibility so it will be moved to a major version release instead.

0.7.0:
Changes the way request contexts are managed. Let’s Flask be responsible for the context, which fixes some subtle bugs.
2018-01-05 08:22:32 +00:00

24 lines
716 B
Makefile

# $NetBSD: Makefile,v 1.11 2018/01/05 08:22:32 adam Exp $
DISTNAME= Flask-Testing-0.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Testing/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jarus/flask-testing
COMMENT= Unit testing for Flask
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-blinker-[0-9]*:../../devel/py-blinker
.include "../../lang/python/pyversion.mk"
.if "${PYPKGPREFIX}" == "py27"
BUILD_DEPENDS+= ${PYPKGPREFIX}-twill-[0-9]*:../../www/py-twill
.endif
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"