head	1.5;
access;
symbols
	pkgsrc-2024Q1:1.4.0.14
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.12
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.10
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.8
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.6
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.4
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.2
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.3.0.2
	pkgsrc-2022Q2-base:1.3
	pkgsrc-2022Q1:1.2.0.2
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.1.0.30
	pkgsrc-2021Q4-base:1.1
	pkgsrc-2021Q3:1.1.0.28
	pkgsrc-2021Q3-base:1.1
	pkgsrc-2021Q2:1.1.0.26
	pkgsrc-2021Q2-base:1.1
	pkgsrc-2021Q1:1.1.0.24
	pkgsrc-2021Q1-base:1.1
	pkgsrc-2020Q4:1.1.0.22
	pkgsrc-2020Q4-base:1.1
	pkgsrc-2020Q3:1.1.0.20
	pkgsrc-2020Q3-base:1.1
	pkgsrc-2020Q2:1.1.0.18
	pkgsrc-2020Q2-base:1.1
	pkgsrc-2020Q1:1.1.0.14
	pkgsrc-2020Q1-base:1.1
	pkgsrc-2019Q4:1.1.0.16
	pkgsrc-2019Q4-base:1.1
	pkgsrc-2019Q3:1.1.0.12
	pkgsrc-2019Q3-base:1.1
	pkgsrc-2019Q2:1.1.0.10
	pkgsrc-2019Q2-base:1.1
	pkgsrc-2019Q1:1.1.0.8
	pkgsrc-2019Q1-base:1.1
	pkgsrc-2018Q4:1.1.0.6
	pkgsrc-2018Q4-base:1.1
	pkgsrc-2018Q3:1.1.0.4
	pkgsrc-2018Q3-base:1.1
	pkgsrc-2018Q2:1.1.0.2
	pkgsrc-2018Q2-base:1.1;
locks; strict;
comment	@# @;


1.5
date	2024.04.04.13.38.55;	author wiz;	state dead;
branches;
next	1.4;
commitid	RmYbwFnwoDsvxP4F;

1.4
date	2022.07.12.09.07.13;	author wiz;	state Exp;
branches;
next	1.3;
commitid	ZJq3cJNoGAYUlALD;

1.3
date	2022.05.19.07.42.01;	author adam;	state Exp;
branches;
next	1.2;
commitid	aGUE4YyXXUmhCDED;

1.2
date	2022.01.04.20.54.41;	author wiz;	state Exp;
branches;
next	1.1;
commitid	CYyhdK9qtoffkmnD;

1.1
date	2018.05.30.16.26.31;	author bsiegert;	state Exp;
branches;
next	;
commitid	58fM76uyq7vF7lEA;


desc
@@


1.5
log
@py-google-reauth: remove

Dead upstream, only marketed as dependency for other Google tools,
unused in pkgsrc.
@
text
@# $NetBSD: Makefile,v 1.4 2022/07/12 09:07:13 wiz Exp $

DISTNAME=	google-reauth-0.1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
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

PYTHON_VERSIONS_INCOMPATIBLE=	27

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


1.4
log
@py-google-reauth: limit to python 3
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2022/05/19 07:42:01 adam Exp $
@


1.3
log
@py-google-reauth: updated to 0.1.1

0.1.1
Raise an exception for SAML reauth challenges.
Ensure code coverage is back at 100%.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:41 wiz Exp $
d16 2
@


1.2
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2018/05/30 16:26:31 bsiegert Exp $
d3 1
a3 1
DISTNAME=	google-reauth-0.1.0
a4 1
PKGREVISION=	1
@


1.1
log
@New package, py-google-reauth-0.1.0.

Part of PR pkg/52941.

This library provides Reauth support to Google's authentication
libraries for Python. Reauth allows using two-factor authentication for
end-user credentials.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2018/02/05 15:05:02 jperkin Exp $
d5 1
@

