pkgsrc/security/py-asyncssh/Makefile
adam f70d880594 py-asyncssh: updated to 2.7.2
Release 2.7.2
* Fixed a regression related to server host key selection when attempting
  to use a leading '+' to add algorithms to the front of the default list.
* Fixed logging to properly handle SFTPName objects with string filenames.
* Fixed SSH_EXT_INFO to only be sent after the first key exchange.
2021-09-16 10:35:27 +00:00

21 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.27 2021/09/16 10:35:27 adam Exp $
DISTNAME= asyncssh-2.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
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"