pkgsrc/devel/py-test-relaxed/Makefile
adam 4fb6e88fe1 py-test-relaxed: updated to 1.1.5
1.1.5:
Fix compatibility with pytest versions 3.3 and above.
2019-06-17 21:06:29 +00:00

22 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/06/17 21:06:29 adam Exp $
DISTNAME= pytest-relaxed-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-relaxed/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bitprophet/pytest-relaxed
COMMENT= Relaxed test discovery/organization for pytest
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-six>=1.0.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
USE_LANGUAGES= # none
PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"