Edit

IABSD.fr/ports/sysutils/py-lockfile/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2026-01-20 14:15:53
    Hash : 9a7a39fa
    Message : 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

  • sysutils/py-lockfile/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>