Version 3.6.1 Fixes * avoid rare side effect during module iteration in test setup * make sure real OS tests are not executed by default
16 lines
459 B
Makefile
16 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/10/19 14:43:35 adam Exp $
|
|
|
|
DISTNAME= pyfakefs-3.6.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfakefs/}
|
|
|
|
MAINTAINER= bsiegert@NetBSD.org
|
|
HOMEPAGE= https://github.com/jmcgeheeiv/pyfakefs
|
|
COMMENT= Fake file system that mocks the Python file system modules
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|