ports/devel/py-test-datafiles/Makefile

26 lines
533 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= create a 'tmp_path' with predefined files/directories
MODPY_EGG_VERSION= 3.0.0
DISTNAME= pytest-datafiles-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:S/py//}
CATEGORIES= devel
HOMEPAGE= https://github.com/omarkohl/pytest-datafiles
# MIT
PERMIT_PACKAGE = Yes
MASTER_SITES= https://github.com/omarkohl/pytest-datafiles/releases/download/${MODPY_EGG_VERSION}/
MODULES= lang/python
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
RUN_DEPENDS= devel/py-test${MODPY_FLAVOR}
.include <bsd.port.mk>