mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
382 B
Makefile
21 lines
382 B
Makefile
COMMENT= create a 'tmp_path' with predefined files/directories
|
|
|
|
MODPY_DISTV= 3.0.1
|
|
DISTNAME= pytest_datafiles-${MODPY_DISTV}
|
|
PKGNAME= py-test-datafiles-${MODPY_DISTV}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/omarkohl/pytest-datafiles
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= hatchling
|
|
MODPY_PI= Yes
|
|
|
|
RUN_DEPENDS= devel/py-test
|
|
|
|
.include <bsd.port.mk>
|