# $NetBSD: Makefile,v 1.13 2024/01/05 12:10:46 adam Exp $ DISTNAME= Authlib-1.3.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 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-cryptography>=3.2:../../security/py-cryptography USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk"