# $NetBSD: Makefile,v 1.22 2022/10/25 07:25:13 adam Exp $ DISTNAME= PyJWT-2.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Py//} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyJWT/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/jpadilla/pyjwt COMMENT= JSON Web Token implementation in Python LICENSE= mit TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0.0:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" PYTHON_VERSIONED_DEPENDENCIES+= cryptography .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk"