24 lines
712 B
Makefile
24 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/05/16 17:38:39 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
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES= test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYSETUPTESTTARGET= pytest
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|