299d8a03c4
0.5.0: New feature: SMTP email message objects now include a details property capturing the envelope details.
23 lines
733 B
Makefile
23 lines
733 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/11/20 21:21:23 adam Exp $
|
|
|
|
DISTNAME= pytest-localserver-0.5.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-localserver/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-localserver/
|
|
COMMENT= Py.test plugin to test server connections locally
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-werkzeug>=0.10:../../www/py-werkzeug
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.0.0:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/tests && py.test-${PYVERSSUFFIX}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|