# $NetBSD: Makefile,v 1.24 2023/07/19 08:35:33 adam Exp $ DISTNAME= PyJWT-2.8.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"