Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-12-21 11:38:51
    Hash : 37b3a9f2
    Message : handle py3.12 switchover in sysutils

  • sysutils/py-command_runner/Makefile
  • COMMENT =	platform agnostic command and shell execution tool
    
    MODPY_DISTV =	1.4.0
    
    GH_ACCOUNT =	netinvent
    GH_PROJECT =	command_runner
    GH_TAGNAME =	v${MODPY_DISTV}
    
    DISTNAME =	command_runner-${MODPY_DISTV}
    PKGNAME =	py-${DISTNAME}
    REVISION =	2
    
    CATEGORIES =	sysutils
    
    HOMEPAGE =	https://github.com/netinvent/command_runner
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODULES =	lang/python
    
    # exists on PyPI but has no tests
    #MODPY_PI =	Yes
    
    MODPY_PYBUILD =	setuptools
    MODPY_PYTEST =	Yes
    
    .include <bsd.port.mk>