mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9a7a39fa80
- 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
23 lines
389 B
Makefile
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>
|