fc74116de1
1.1.4:
- :support:- backported Add missing universal wheel indicator in setup
metadata.
1.1.3:
- 🐛- Fix the @raises helper decorator so it actually raises an
exception when the requested exception is not raised by the decorated
function. That's definitely not a confusing sentence.
23 lines
706 B
Makefile
23 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/08/05 10:30:12 adam Exp $
|
|
|
|
DISTNAME= pytest-relaxed-1.1.4
|
|
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
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/tests && pytest-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|