pkgsrc/security/py-authlib/Makefile
adam eb2badf8a6 py-authlib: updated to 0.15.3
Version 0.15.3
Fixed .authorize_access_token for OAuth 1.0 services
2021-01-16 08:06:12 +00:00

19 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/01/16 08:06:12 adam Exp $
DISTNAME= Authlib-0.15.3
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-[0-9]*:../../security/py-cryptography
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"