pkgsrc/security/py-authlib/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

20 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:37 wiz Exp $
DISTNAME= Authlib-0.15.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
PKGREVISION= 1
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"