bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
22 lines
740 B
Makefile
22 lines
740 B
Makefile
# $NetBSD: Makefile,v 1.28 2022/01/04 20:54:37 wiz Exp $
|
|
|
|
DISTNAME= asyncssh-2.7.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncssh/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://asyncssh.readthedocs.io/
|
|
COMMENT= Asynchronous SSHv2 client and server library
|
|
LICENSE= eclipse-license
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=17.0.0:../../security/py-OpenSSL
|
|
DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.3:../../security/py-bcrypt
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.8:../../security/py-cryptography
|
|
DEPENDS+= ${PYPKGPREFIX}-gssapi>=1.2.0:../../security/py-gssapi
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|