9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
24 lines
849 B
Makefile
24 lines
849 B
Makefile
# $NetBSD: Makefile,v 1.38 2020/01/26 17:32:07 rillig Exp $
|
|
|
|
DISTNAME= paramiko-2.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/paramiko/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.paramiko.org/
|
|
COMMENT= SSH2 protocol library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.3:../../security/py-bcrypt
|
|
DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.5:../../security/py-cryptography
|
|
DEPENDS+= ${PYPKGPREFIX}-nacl>=1.0.1:../../security/py-nacl
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test-relaxed-[0-9]*:../../devel/py-test-relaxed
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|