# $NetBSD: Makefile,v 1.12 2022/04/21 11:00:01 wiz Exp $ DISTNAME= trustme-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=t/trustme/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/python-trio/trustme COMMENT= Number on quality TLS certs while you wait LICENSE= apache-2.0 OR mit DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna TEST_DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity PYTHON_VERSIONED_DEPENDENCIES+= test:test PYTHON_VERSIONED_DEPENDENCIES+= cryptography .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == 27 DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress .endif do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"