Edit

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

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-05-06 12:23:55
    Hash : 384eb285
    Message : bump REVISION for py3.10 -> py3.11 switch

  • sysutils/py-hpilo/Makefile
  • COMMENT =	iLO automation from python or shell
    
    MODPY_EGG_VERSION =	4.4.3
    
    DISTNAME =	python-hpilo-${MODPY_EGG_VERSION}
    PKGNAME =	${DISTNAME:S/^python-/py-/}
    REVISION =	3
    
    CATEGORIES =	sysutils
    
    MAINTAINER =	Jasper Lievisse Adriaanse <jasper@openbsd.org>
    
    # Apache2/GPLv3
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    
    FLAVORS =		python3
    FLAVOR =		python3
    
    .include <bsd.port.mk>