pkgsrc/devel/py-test-sugar/Makefile

20 lines
591 B
Makefile
Raw Normal View History

# $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
2017-12-24 11:13:36 +01:00
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"