ff9d19f2d6
Release 0.10.4 - drop Python 2.6, 3.3 and Jython support - add Python 3.6 and 3.7 support - don't hide exception when flexmock is used as context manager - fix expectation reset for static methods on pypy 2 - ensure original exception isn't suppressed in pytest hook
19 lines
502 B
Makefile
19 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/06/10 14:48:05 adam Exp $
|
|
|
|
DISTNAME= flexmock-0.10.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flexmock/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/bkabrda/flexmock
|
|
COMMENT= Mock/Stub/Spy library for Python
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
do-test:
|
|
cd ${WRKSRC}/tests && ${PYTHONBIN} -m unittest flexmock_test
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|