mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
26 lines
470 B
Makefile
26 lines
470 B
Makefile
COMMENT= platform independent file lock
|
|
|
|
MODPY_DISTV= 3.20.0
|
|
DISTNAME= filelock-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
# https://github.com/tox-dev/filelock
|
|
HOMEPAGE= https://py-filelock.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= hatch-vcs
|
|
MODPY_PI= Yes
|
|
|
|
TEST_DEPENDS= devel/py-test-asyncio \
|
|
devel/py-test-cov \
|
|
devel/py-test-mock \
|
|
devel/py-test-timeout \
|
|
devel/py-virtualenv
|
|
|
|
.include <bsd.port.mk>
|