# $NetBSD: Makefile,v 1.11 2022/12/09 11:20:02 adam Exp $ DISTNAME= Authlib-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=A/Authlib/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://authlib.org/ COMMENT= Ultimate Python library in building OAuth and OpenID Connect servers LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-cryptography>=3.2:../../security/py-cryptography USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"