pkgsrc/devel/py-testscenarios/Makefile
wiz 90bb54953f py-testscenarios: set test target.
Update some comments and note bug report about cyclic dependency.
2019-06-13 22:20:39 +00:00

21 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/06/13 22:20:39 wiz Exp $
DISTNAME= testscenarios-0.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/testscenarios/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/testscenarios
COMMENT= Pyunit extension for dependency injection
LICENSE= apache-2.0 OR modified-bsd
DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
# circular dependency
# https://github.com/testing-cabal/testscenarios/issues/4
#DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
TEST_TARGET= check
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"