Edit

IABSD.fr/ports/sysutils/py-parallel-ssh/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2022-11-26 15:02:49
    Hash : 18323762
    Message : use MODPY_PYBUILD

  • 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 =	5
    
    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>