File:  [cvs.NetBSD.org] / pkgsrc / security / py-google-reauth / Attic / Makefile
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jan 4 20:54:41 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:41 wiz Exp $

DISTNAME=	google-reauth-0.1.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	${MASTER_SITE_PYPI:=g/google-reauth/}

MAINTAINER=	bsiegert@NetBSD.org
HOMEPAGE=	https://github.com/google/google-reauth-python
COMMENT=	Library to support two-factor authentication
LICENSE=	apache-2.0

DEPENDS+=	${PYPKGPREFIX}-oauth2client>=2:../../security/py-oauth2client
DEPENDS+=	${PYPKGPREFIX}-u2f-[0-9]*:../../security/py-u2f

.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>