0.9.4 - Fix pytest-sugar 0.9.3 incompatible with pytest 5.4 - Fix Tests fail with pytest 3.5.0 DOCTESTS - Fix Tests fail with pytest 5.x
21 lines
628 B
Makefile
21 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/07/07 05:14:15 adam Exp $
|
|
|
|
DISTNAME= pytest-sugar-0.9.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-sugar/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pivotfinland.com/pytest-sugar/
|
|
COMMENT= Py.test plugin that changes the default look and feel
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-termcolor>=1.1.0:../../devel/py-termcolor
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|