pkgsrc/devel/py-test-sugar/Makefile
adam 9fee843173 py-test-sugar: updated to 0.9.4
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
2020-07-07 05:14:15 +00:00

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"