Edit

IABSD.fr/ports/sysutils/py-parallel-ssh/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-parallel-ssh/Makefile
  • COMMENT =	asynchronous parallel SSH client library
    
    MODPY_EGG_VERSION =	1.1.1
    DISTNAME =	parallel-ssh-${MODPY_EGG_VERSION}
    PKGNAME =	py-${DISTNAME}
    REVISION =	6
    
    CATEGORIES =	sysutils
    
    FLAVORS =	python3
    FLAVOR =	python3
    
    # BSD
    PERMIT_PACKAGE =	Yes
    
    MODPY_PI =		Yes
    MODULES =		lang/python
    MODPY_PYBUILD =		setuptools
    
    RUN_DEPENDS =		security/py-paramiko${MODPY_FLAVOR} \
    			devel/py-gevent${MODPY_FLAVOR} \
    			devel/py-greenlet${MODPY_FLAVOR}
    
    BUILD_DEPENDS +=	${RUN_DEPENDS}
    
    .include <bsd.port.mk>