c663ee5b7f
Version 3.7.2 This version backports some fixes from master. Fixes * Fixed handling of relative paths in `lresolve` / `os.lstat` * Fixed `os.walk` if path ends with path separator * Fixed handling of empty path in `os.makedirs` * Fixed handling of `os.TMPFILE` flag under Linux * Fixed behavior of `os.makedirs` in write-protected directory
16 lines
459 B
Makefile
16 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/03/03 05:58:24 adam Exp $
|
|
|
|
DISTNAME= pyfakefs-3.7.2
|
|
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"
|