Files
sthen 9a7a39fa80 py-lockfile tweaks:
- drop unneeded RDEP on py-pbr
- fix dash-separated fields in setup.cfg (deprecation warning)
- note in DESCR/COMMENT that this is deprecated (since a looong time) and
that 'fasteners' is an alternative
2026-01-20 14:15:53 +00:00

23 lines
389 B
Makefile

COMMENT= deprecated platform-independent file locking for Python
MODPY_DISTV= 0.12.2
DISTNAME= lockfile-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
REVISION= 13
CATEGORIES= sysutils
HOMEPAGE= https://launchpad.net/pylockfile
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= pbr
MODPY_PI= Yes
RUN_DEPENDS= devel/py-pbr
TEST_DEPENDS= textproc/py-sphinx
.include <bsd.port.mk>