diff options
Diffstat (limited to 'textproc/py-mistune/Makefile')
-rw-r--r-- | textproc/py-mistune/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile index a01de44288d..d58ef45eb89 100644 --- a/textproc/py-mistune/Makefile +++ b/textproc/py-mistune/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/02/13 21:06:21 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/03/20 13:21:08 wiz Exp $ -DISTNAME= mistune-0.7.3 +DISTNAME= mistune-0.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=m/mistune/} @@ -12,5 +12,8 @@ LICENSE= modified-bsd USE_LANGUAGES= # none +# TEST_DEPENDS +BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |