mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
24 lines
728 B
Makefile
24 lines
728 B
Makefile
PORTNAME= pyfakefs
|
|
PORTVERSION= 5.8.0
|
|
CATEGORIES= filesystems devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implement a fake file system that mocks the Python file system modules
|
|
WWW= https://pytest-pyfakefs.readthedocs.io/en/stable/ \
|
|
https://github.com/jmcgeheeiv/pyfakefs
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}undefined>=0:devel/py-undefined@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|