pkgsrc/devel/py-test-sugar/Makefile
adam 81abc5df2c py-test-sugar: updated to 0.9.1
0.9.1:
- Fix incompatibility with pytest 3.4
2018-02-07 07:54:42 +00:00

19 lines
591 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/02/07 07:54:42 adam Exp $
DISTNAME= pytest-sugar-0.9.1
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
DEPENDS+= ${PYPKGPREFIX}-test>=2.9:../../devel/py-test
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"